about summary refs log tree commit diff stats
path: root/src/windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows.c')
-rw-r--r--src/windows.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/windows.c b/src/windows.c
index afd88056..136d9d78 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -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