[dasher] From Tom Lawton: correct header location



commit bc482a223a7308c1d268e8c5436a51a46e09d18e
Author: Patrick Welche <prlw1 cam ac uk>
Date:   Sat Mar 13 17:04:14 2010 +0000

    From Tom Lawton: correct header location

 ChangeLog                 |    3 +++
 Src/Win32/ModuleControl.h |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4c4845c..14f5504 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
 	* Win32: Remove xsltproc from repository.
 	* Win32: Avoid zero smoothing.
 
+	From Tom Lawton:
+	* Win32: ModuleControl.h - correct header location
+
 2010-03-11  Patrick Welche <prlw1 cam ac uk>
 
 	* Prepare for 4.11
diff --git a/Src/Win32/ModuleControl.h b/Src/Win32/ModuleControl.h
index ea746a0..e3743dc 100644
--- a/Src/Win32/ModuleControl.h
+++ b/Src/Win32/ModuleControl.h
@@ -1,7 +1,7 @@
 #ifndef __ModuleControl_h__
 #define __ModuleControl_h__
 
-#include "../Common/WinCommon.h"
+#include "Common/WinCommon.h"
 #include "../DasherCore/DasherInterfaceBase.h"
 
 #include <atlbase.h>
@@ -52,4 +52,4 @@ protected:
   HWND m_hWndCaption;
 };
 
-#endif
\ No newline at end of file
+#endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]