From f270831c915b80a3b74efd5ae192d351039bd832 Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Tue, 9 Feb 2016 11:35:21 +0100 Subject: [PATCH] Fix #include order --- nmrpd.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nmrpd.h b/nmrpd.h index 08b7679..ec39203 100644 --- a/nmrpd.h +++ b/nmrpd.h @@ -34,14 +34,14 @@ #endif #ifndef NMRPFLASH_WINDOWS -#ifndef NMRPFLASH_LINUX -#include -#endif #include #include #include #include #include +#ifndef NMRPFLASH_LINUX +#include +#endif #else #include #include -- 2.25.1