Free resources in rsa_t.
[tinc] / system.h
index 973869a..5dc1daf 100644 (file)
--- a/system.h
+++ b/system.h
@@ -31,17 +31,13 @@ typedef int bool;
 #define false 0
 #endif
 
-/* Include localisation support */
-
-#include "gettext.h"
-
 #ifndef HAVE_STRSIGNAL
 # define strsignal(p) ""
 #endif
 
 /* Other functions */
 
-#include "dropin.h"
+#include "src/dropin.h"
 
 #ifndef HAVE_SOCKLEN_T
 typedef int socklen_t;