From 5ae2b881059ad7d077330563d73249c5efef6e94 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Thu, 10 Oct 2013 09:34:42 +1000 Subject: [PATCH] QtExtSerialPort does go in it's own include folder --- sleepyhead/oximetry.cpp | 2 +- sleepyhead/oximetry.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sleepyhead/oximetry.cpp b/sleepyhead/oximetry.cpp index fd2d5371..a47e4df5 100644 --- a/sleepyhead/oximetry.cpp +++ b/sleepyhead/oximetry.cpp @@ -13,7 +13,7 @@ #ifdef USE_BUNDLED_LIBS #include "src/qextserialenumerator.h" #else -#include +#include #endif #include "oximetry.h" diff --git a/sleepyhead/oximetry.h b/sleepyhead/oximetry.h index 18914380..22a2a9d0 100644 --- a/sleepyhead/oximetry.h +++ b/sleepyhead/oximetry.h @@ -17,7 +17,7 @@ #ifdef USE_BUNDLED_LIBS #include "src/qextserialport.h" #else -#include +#include #endif #include "SleepLib/profiles.h"