Author: matt Date: 2012-08-18 04:02:05 -0700 (Sat, 18 Aug 2012) New Revision: 9675 Log: Fixed faulty include statement
Modified: branches/branch-3.0/src/fltk3connect/SerialPort.cxx Modified: branches/branch-3.0/src/fltk3connect/SerialPort.cxx =================================================================== --- branches/branch-3.0/src/fltk3connect/SerialPort.cxx 2012-08-18 10:52:24 UTC (rev 9674) +++ branches/branch-3.0/src/fltk3connect/SerialPort.cxx 2012-08-18 11:02:05 UTC (rev 9675) @@ -25,8 +25,6 @@ // http://www.fltk.org/str.php // -#include <fltk3connect/SerialPort.h> - #ifdef _MSC_VER #pragma warning(disable : 4996) #endif @@ -34,7 +32,7 @@ //#define DEBUG_SEND //#define DEBUG_RECV -#include "SerialPort.h" +#include <fltk3connect/SerialPort.h> #include <fltk3/run.h> #include <fltk3/draw.h> _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
