diff options
author | james <> | 2008-02-09 15:47:28 +0000 |
---|---|---|
committer | james <> | 2008-02-09 15:47:28 +0000 |
commit | 5ee4b614cdc64a13aeeb00bf0e0ecbc234e8852d (patch) | |
tree | c422688a5e8a11bd177566121473ba1f0000612b /src/project.h | |
parent | a4101322d71ce2f800d741e98ec8f537c70b663f (diff) | |
download | sympathy-5ee4b614cdc64a13aeeb00bf0e0ecbc234e8852d.tar.gz sympathy-5ee4b614cdc64a13aeeb00bf0e0ecbc234e8852d.tar.bz2 sympathy-5ee4b614cdc64a13aeeb00bf0e0ecbc234e8852d.zip |
*** empty log message ***
Diffstat (limited to 'src/project.h')
-rw-r--r-- | src/project.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/project.h b/src/project.h index e7ed065..9de6b17 100644 --- a/src/project.h +++ b/src/project.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.6 2008/02/09 15:47:28 james + * *** empty log message *** + * * Revision 1.5 2008/02/07 00:39:13 james * *** empty log message *** * @@ -86,6 +89,10 @@ #include "ansi.h" #include "vt102.h" #include "keys.h" +#include "history.h" +#include "ring.h" + +#include "context.h" #include "prototypes.h" |