# HG changeset patch # User Matti Hamalainen # Date 1578420380 -7200 # Node ID a0fdf52ab1862417e98d0cee67256d4a01915c60 # Parent a1dac9eb3f06f4fcd53e1d4a816a01d5efaf28a6 Remove unused #ifdef. diff -r a1dac9eb3f06 -r a0fdf52ab186 th_args.c --- a/th_args.c Mon Jan 06 21:31:13 2020 +0200 +++ b/th_args.c Tue Jan 07 20:06:20 2020 +0200 @@ -7,11 +7,9 @@ */ /// @file /// @brief Simple commandline argument processing functions -#ifndef TH_EXTERNAL #include "th_util.h" #include "th_args.h" #include "th_string.h" -#endif /**