about summary refs log tree commit diff stats
path: root/src/ui/statusbar.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-02 20:55:58 +0000
committerJames Booth <boothj5@gmail.com>2013-02-02 20:55:58 +0000
commitfc5bfb7d33dc6e1a6a53c46d414df4f9324f6ad5 (patch)
tree1f4fa04b2101bc021cbd054a2c914ee17f10c9da /src/ui/statusbar.c
parent8cc4b559452f0bb279a1330d0a166c65045e3417 (diff)
downloadprofani-tty-fc5bfb7d33dc6e1a6a53c46d414df4f9324f6ad5.tar.gz
Tidied #include's
Diffstat (limited to 'src/ui/statusbar.c')
-rw-r--r--src/ui/statusbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/statusbar.c b/src/ui/statusbar.c
index 07f4295a..7d894f07 100644
--- a/src/ui/statusbar.c
+++ b/src/ui/statusbar.c
@@ -32,7 +32,7 @@
 #endif
 
 #include "theme.h"
-#include "ui.h"
+#include "ui/ui.h"
 
 static WINDOW *status_bar;
 static char *message = NULL;