X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cfg%2Fcompiler.h;h=79a8d27ab30cc907edf6fbe5ab1a753cd2ee06c4;hb=24609d658e8c2c7795b8a5f8bef21512c020f1fb;hp=45f4d92d46cb7f0b148f3695f05b111d4bc32c36;hpb=6bf26ad78b32851d9dd56fbf68356bcbdded590e;p=bertos.git diff --git a/cfg/compiler.h b/cfg/compiler.h index 45f4d92d..79a8d27a 100755 --- a/cfg/compiler.h +++ b/cfg/compiler.h @@ -14,6 +14,9 @@ /*#* *#* $Log$ + *#* Revision 1.2 2005/04/11 19:10:27 bernie + *#* Include top-level headers from cfg/ subdir. + *#* *#* Revision 1.1 2005/04/11 19:04:13 bernie *#* Move top-level headers to cfg/ subdir. *#* @@ -35,7 +38,7 @@ #ifndef DEVLIB_COMPILER_H #define DEVLIB_COMPILER_H -#include "cpu_detect.h" +#include #if defined __GNUC__ && defined __GNUC_MINOR__