about summary refs log tree commit diff stats
path: root/src/ui/tray.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 15:43:51 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 15:43:51 +0100
commit0a57c4de78f8a3cd4efb631a79b000b42f16fc15 (patch)
tree39b0597b73f42f018b0006a1816cd76f56213e64 /src/ui/tray.c
parent5bc38b6bc2bdf135d7f483c204ce75a51a7126b5 (diff)
downloadprofani-tty-0a57c4de78f8a3cd4efb631a79b000b42f16fc15.tar.gz
Tidy headers
Diffstat (limited to 'src/ui/tray.c')
-rw-r--r--src/ui/tray.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/tray.c b/src/ui/tray.c
index 9011bec9..8471f039 100644
--- a/src/ui/tray.c
+++ b/src/ui/tray.c
@@ -39,10 +39,10 @@
 #include <glib.h>
 #include <glib/gstdio.h>
 
-#include "tray.h"
-#include "window_list.h"
 #include "log.h"
 #include "config/preferences.h"
+#include "ui/tray.h"
+#include "ui/window_list.h"
 
 static gboolean gtk_ready = FALSE;
 static GtkStatusIcon *prof_tray = NULL;