Added command and tools subdirs to source

This commit is contained in:
James Booth
2013-02-02 21:43:59 +00:00
parent fc5bfb7d33
commit 740e5b4228
21 changed files with 86 additions and 26 deletions

View File

@@ -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"

View File

@@ -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"