diff --git a/src/jtag/ft2232.c b/src/jtag/ft2232.c index a7e4e7b92..0c5bfc7dd 100644 --- a/src/jtag/ft2232.c +++ b/src/jtag/ft2232.c @@ -33,12 +33,12 @@ #include "config.h" #endif +#include "replacements.h" + #if IS_CYGWIN == 1 #include "windows.h" #endif -#include "replacements.h" - /* project specific includes */ #include "log.h" #include "types.h"