diff -r 28319b20968c -r ecf787666f44 stdinc.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/stdinc.h Thu Sep 15 13:29:06 2011 +0200 @@ -0,0 +1,17 @@ +/* + * stdinc.h + * + * Created on: 15.09.2011 + * Author: beckermi + */ + +#ifndef STDINC_H_ +#define STDINC_H_ + +#include +#include +#include +#include +#include + +#endif /* STDINC_H_ */