Tidied #include's

This commit is contained in:
James Booth
2013-02-02 20:55:58 +00:00
parent 8cc4b55945
commit fc5bfb7d33
31 changed files with 69 additions and 66 deletions

View File

@@ -33,14 +33,14 @@
#include <ncurses.h>
#endif
#include "common.h"
#include "command.h"
#include "common.h"
#include "contact_list.h"
#include "log.h"
#include "preferences.h"
#include "profanity.h"
#include "theme.h"
#include "ui.h"
#include "ui/ui.h"
#define _inp_win_refresh() prefresh(inp_win, 0, pad_start, rows-1, 0, rows-1, cols-1)