diff options
author | James Booth <boothj5@gmail.com> | 2016-07-24 15:10:58 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-07-24 15:10:58 +0100 |
commit | 8f213f22e7a9ec761e6f6fd77bd8e582ba7c7280 (patch) | |
tree | 665a9276839314617bbe8bbbc26f58f5d1797673 /src/command | |
parent | 90b9b48ab957f72aba9db664104ec04df986877e (diff) | |
download | profani-tty-8f213f22e7a9ec761e6f6fd77bd8e582ba7c7280.tar.gz |
Moved tray.c
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/cmd_funcs.c | 2 |
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 |