[dasher: 7/27] Removed some pointless imports of Alphabet.h



commit 2b0d48362062005a67d759b75250ddf4da11c482
Author: Alan Lawrence <acl33 inf phy cam ac uk>
Date:   Sat Aug 7 18:08:44 2010 +0100

    Removed some pointless imports of Alphabet.h

 Src/DasherCore/AlternatingDirectMode.h |    1 -
 Src/DasherCore/ButtonMode.h            |    1 -
 Src/DasherCore/CompassMode.h           |    1 -
 Src/DasherCore/DasherButtons.h         |    1 -
 Src/DasherCore/PinyinParser.cpp        |    1 -
 Src/DasherCore/PinyinParser.h          |    1 -
 Src/DasherCore/UserLog.h               |    1 -
 7 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/Src/DasherCore/AlternatingDirectMode.h b/Src/DasherCore/AlternatingDirectMode.h
index 71c364c..d154260 100644
--- a/Src/DasherCore/AlternatingDirectMode.h
+++ b/Src/DasherCore/AlternatingDirectMode.h
@@ -9,7 +9,6 @@
 #include <vector>
 #include <iostream>
 #include <fstream>
-#include "Alphabet/Alphabet.h"
 #include <algorithm>
 #include "DasherComponent.h"
 #include "Event.h"
diff --git a/Src/DasherCore/ButtonMode.h b/Src/DasherCore/ButtonMode.h
index cd8ab67..09bc820 100644
--- a/Src/DasherCore/ButtonMode.h
+++ b/Src/DasherCore/ButtonMode.h
@@ -9,7 +9,6 @@
 #include <vector>
 #include <iostream>
 #include <fstream>
-#include "Alphabet/Alphabet.h"
 #include <algorithm>
 #include "DasherComponent.h"
 #include "Event.h"
diff --git a/Src/DasherCore/CompassMode.h b/Src/DasherCore/CompassMode.h
index f982e41..d4732f5 100644
--- a/Src/DasherCore/CompassMode.h
+++ b/Src/DasherCore/CompassMode.h
@@ -9,7 +9,6 @@
 #include <vector>
 #include <iostream>
 #include <fstream>
-#include "Alphabet/Alphabet.h"
 #include <algorithm>
 #include "DasherComponent.h"
 #include "Event.h"
diff --git a/Src/DasherCore/DasherButtons.h b/Src/DasherCore/DasherButtons.h
index 39c0b08..fb321b2 100644
--- a/Src/DasherCore/DasherButtons.h
+++ b/Src/DasherCore/DasherButtons.h
@@ -9,7 +9,6 @@
 #include <vector>
 #include <iostream>
 #include <fstream>
-#include "Alphabet/Alphabet.h"
 #include <algorithm>
 #include "DasherComponent.h"
 #include "Event.h"
diff --git a/Src/DasherCore/PinyinParser.cpp b/Src/DasherCore/PinyinParser.cpp
index 6b55ada..4cc5404 100644
--- a/Src/DasherCore/PinyinParser.cpp
+++ b/Src/DasherCore/PinyinParser.cpp
@@ -19,7 +19,6 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 #include "PinyinParser.h"
-#include "Alphabet/Alphabet.h"
 #include "DasherTypes.h"
 
 #include <cstdio>
diff --git a/Src/DasherCore/PinyinParser.h b/Src/DasherCore/PinyinParser.h
index 23c617b..4b4cb55 100644
--- a/Src/DasherCore/PinyinParser.h
+++ b/Src/DasherCore/PinyinParser.h
@@ -21,7 +21,6 @@
 #ifndef __PinyinParser_h__
 #define __PinyinParser_h__
 
-#include "Alphabet/Alphabet.h"
 #include "DasherTypes.h"
 #include <expat.h>
 #include <iostream>
diff --git a/Src/DasherCore/UserLog.h b/Src/DasherCore/UserLog.h
index 58b4bb8..9df9cb6 100644
--- a/Src/DasherCore/UserLog.h
+++ b/Src/DasherCore/UserLog.h
@@ -31,7 +31,6 @@
 #include "SimpleTimer.h"
 #include "TimeSpan.h"
 #include "UserLogTrial.h"
-#include "Alphabet/Alphabet.h"
 #include <algorithm>
 #include "UserLogParam.h"
 #include "UserLogBase.h"



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