summary refs log tree commit diff
path: root/clients/tui/nmt-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tui/nmt-utils.h')
-rw-r--r--clients/tui/nmt-utils.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/clients/tui/nmt-utils.h b/clients/tui/nmt-utils.h
index 5531dbeb..067c6512 100644
--- a/clients/tui/nmt-utils.h
+++ b/clients/tui/nmt-utils.h
@@ -19,10 +19,6 @@
 #ifndef NMT_UTILS_H
 #define NMT_UTILS_H
 
-#include "nm-default.h"
-
-G_BEGIN_DECLS
-
 typedef struct {
 	gpointer private[3];
 } NmtSyncOp;
@@ -41,6 +37,4 @@ void      nmt_sync_op_complete_pointer (NmtSyncOp  *op,
                                         gpointer    result,
                                         GError     *error);
 
-G_END_DECLS
-
 #endif /* NMT_UTILS_H */