From e6507d58fed4e3bb52c118a07528d2b6840ff423 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Thu, 10 Oct 2013 09:22:52 +1000 Subject: [PATCH] QExtSerialPort header fix --- 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 31e4f73c..fd2d5371 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 2391c935..18914380 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"