diff options
author | James Booth <boothj5@gmail.com> | 2013-02-02 21:43:59 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-02-02 21:43:59 +0000 |
commit | 740e5b422832f8d043d96f33a0d33bf1725dbbc0 (patch) | |
tree | e28525525de760b696bfd4f7dbb326334db8ee29 /src/ui | |
parent | fc5bfb7d33dc6e1a6a53c46d414df4f9324f6ad5 (diff) | |
download | profani-tty-740e5b422832f8d043d96f33a0d33bf1725dbbc0.tar.gz |
Added command and tools subdirs to source
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/inputwin.c | 2 | ||||
-rw-r--r-- | src/ui/windows.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c index 203efe30..5ddafa97 100644 --- a/src/ui/inputwin.c +++ b/src/ui/inputwin.c @@ -33,7 +33,7 @@ #include <ncurses.h> #endif -#include "command.h" +#include "command/command.h" #include "common.h" #include "contact_list.h" #include "log.h" diff --git a/src/ui/windows.c b/src/ui/windows.c index 389c362f..1fa1c01d 100644 --- a/src/ui/windows.c +++ b/src/ui/windows.c @@ -41,7 +41,7 @@ #endif #include "chat_session.h" -#include "command.h" +#include "command/command.h" #include "common.h" #include "contact.h" #include "contact_list.h" |