changeset 565:a0fdf52ab186

Remove unused #ifdef.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 07 Jan 2020 20:06:20 +0200
parents a1dac9eb3f06
children 11f56a652cb0
files th_args.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
 
 
 /**