summaryrefslogtreecommitdiff
path: root/src/daemon/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/daemon.h')
-rw-r--r--src/daemon/daemon.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h
index 9539db37..e049e391 100644
--- a/src/daemon/daemon.h
+++ b/src/daemon/daemon.h
@@ -30,7 +30,6 @@
#include <glibtop/open.h>
#include <glibtop/union.h>
-#include <glibtop/xmalloc.h>
#include <glibtop/version.h>
#include <glibtop/command.h>
#include <glibtop/parameter.h>
@@ -40,7 +39,7 @@
#include <sys/socket.h>
#include <syslog.h>
-BEGIN_LIBGTOP_DECLS
+G_BEGIN_DECLS
/* Some don't have LOG_PERROR */
#ifndef LOG_PERROR
@@ -76,6 +75,6 @@ void syslog_io_message (int priority, char *format, ...);
extern int enable_debug;
extern int verbose_output;
-END_LIBGTOP_DECLS
+G_END_DECLS
#endif