Tidied all includes

This commit is contained in:
James Booth
2012-08-26 01:50:50 +01:00
parent 2bbac1c811
commit fe519410b1
25 changed files with 57 additions and 87 deletions

View File

@@ -19,24 +19,23 @@
* along with Profanity. If not, see <http://www.gnu.org/licenses/>.
*
*/
#include "config.h"
#include <string.h>
#include <stdlib.h>
#include <ncurses.h>
#include <glib.h>
#ifdef HAVE_LIBNOTIFY
#include <libnotify/notify.h>
#endif
#include <ncurses.h>
#include "ui.h"
#include "command.h"
#include "common.h"
#include "contact.h"
#include "command.h"
#include "preferences.h"
#include "tinyurl.h"
#include "log.h"
#include "preferences.h"
#include "ui.h"
#define CONS_WIN_TITLE "_cons"
#define PAD_SIZE 200