summaryrefslogtreecommitdiffstats
path: root/sigmod/test/TestSound.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-12-31 10:31:00 -0500
committerBen Boeckel <MathStuf@gmail.com>2008-12-31 10:31:00 -0500
commit3408195c0059d49c84ce57f440e52d9a68c555b4 (patch)
treedb5b1efa505b88f68cae6bcc761cacb3a1b4ae76 /sigmod/test/TestSound.cpp
parent9d5bc01c9b547ef87cb3c99d2cf5569af78892f9 (diff)
Fixed header inclusion order
Diffstat (limited to 'sigmod/test/TestSound.cpp')
-rw-r--r--sigmod/test/TestSound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmod/test/TestSound.cpp b/sigmod/test/TestSound.cpp
index 4e12f5a6..272dd853 100644
--- a/sigmod/test/TestSound.cpp
+++ b/sigmod/test/TestSound.cpp
@@ -19,8 +19,8 @@
#include "TestSound.h"
// Sigmod includes
-#include "../Sound.h"
#include "../Sigmod.h"
+#include "../Sound.h"
// Qt includes
#include <QtCore/QFile>