about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 15:10:58 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 15:10:58 +0100
commit8f213f22e7a9ec761e6f6fd77bd8e582ba7c7280 (patch)
tree665a9276839314617bbe8bbbc26f58f5d1797673 /src/command
parent90b9b48ab957f72aba9db664104ec04df986877e (diff)
downloadprofani-tty-8f213f22e7a9ec761e6f6fd77bd8e582ba7c7280.tar.gz
Moved tray.c
Diffstat (limited to 'src/command')
-rw-r--r--src/command/cmd_funcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c
index fbcd944b..b65c33f1 100644
--- a/src/command/cmd_funcs.c
+++ b/src/command/cmd_funcs.c
@@ -81,7 +81,7 @@
 #include "window_list.h"
 #include "event/client_events.h"
 #ifdef HAVE_GTK
-#include "tray.h"
+#include "ui/tray.h"
 #endif
 #include "tools/http_upload.h"
 #ifdef HAVE_PYTHON