Removed aha.h out of the main include directory

This commit is contained in:
Gerard Wagener 2010-01-12 13:46:44 +01:00
parent 1a4985b872
commit 0c1d3789ba

View file

@ -1,12 +0,0 @@
#ifndef AHA
#define AHA
/*FIXME use AHA name space */
#define MAX_DUMP_BUF 512
struct ReplyMessage{
int block;
int exitcode;
int substitue;
int insult;
};
#endif