Blob Blame History Raw
--- berusky-1.1/src/editor.cpp.build	2007-04-05 16:12:25.000000000 +0200
+++ berusky-1.1/src/editor.cpp	2007-05-08 09:44:07.000000000 +0200
@@ -29,7 +29,6 @@
 #include <stdlib.h>
 #include <time.h>
 #include <string.h>
-#include <curses.h>
 #include <sys/wait.h>
 #include <error.h>
 #include <errno.h>
--- berusky-1.1/src/berusky.cpp.build	2007-03-13 18:34:21.000000000 +0100
+++ berusky-1.1/src/berusky.cpp	2007-05-08 09:44:07.000000000 +0200
@@ -30,7 +30,6 @@
 #include <stdlib.h>
 #include <time.h>
 #include <string.h>
-#include <curses.h>
 
 #include "berusky.h"
 #include "berusky_gui.h"
--- berusky-1.1/src/main.cpp.build	2007-04-22 11:08:10.000000000 +0200
+++ berusky-1.1/src/main.cpp	2007-05-08 09:49:49.000000000 +0200
@@ -29,7 +29,6 @@
 #include <stdlib.h>
 #include <time.h>
 #include <string.h>
-#include <curses.h>
 #include <errno.h>
 #include <sys/stat.h>
 #include <sys/types.h>