aboutsummaryrefslogtreecommitdiffstats
path: root/src/project.h
diff options
context:
space:
mode:
authorjames <>2008-02-13 16:57:29 +0000
committerjames <>2008-02-13 16:57:29 +0000
commite32ce0cfdccf5240ae29ef06a13078ae37ee521a (patch)
treef036688b6831dd6fd288df03023950597987c031 /src/project.h
parent23dc931ca671e938da071d24d8e9b6052e49923a (diff)
downloadsympathy-e32ce0cfdccf5240ae29ef06a13078ae37ee521a.tar.gz
sympathy-e32ce0cfdccf5240ae29ef06a13078ae37ee521a.tar.bz2
sympathy-e32ce0cfdccf5240ae29ef06a13078ae37ee521a.zip
*** empty log message ***
Diffstat (limited to 'src/project.h')
-rw-r--r--src/project.h18
1 files changed, 6 insertions, 12 deletions
diff --git a/src/project.h b/src/project.h
index ed33123..c30ff77 100644
--- a/src/project.h
+++ b/src/project.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.8 2008/02/13 16:57:29 james
+ * *** empty log message ***
+ *
* Revision 1.7 2008/02/13 09:12:21 james
* *** empty log message ***
*
@@ -78,6 +81,8 @@
#include <sys/int_types.h>
#endif
+#include <string.h>
+#include <strings.h>
#include <termio.h>
#include <termios.h>
#include <signal.h>
@@ -87,17 +92,6 @@
#include <utmp.h>
#include <pty.h>
-#include "crt.h"
-#include "tty.h"
-#include "ansi.h"
-#include "vt102.h"
-#include "keys.h"
-#include "history.h"
-#include "ring.h"
-#include "log.h"
-
-#include "context.h"
-
-#include "prototypes.h"
+#include "sympathy.h"
#endif /* __PROJECT_H__ */