Created
December 5, 2011 00:14
-
-
Save casallas/1431746 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/qvrpn/vrpn_QTrackerRemote.h b/qvrpn/vrpn_QTrackerRemote.h | |
index 0c641d4..5aade82 100644 | |
--- a/qvrpn/vrpn_QTrackerRemote.h | |
+++ b/qvrpn/vrpn_QTrackerRemote.h | |
@@ -22,8 +22,8 @@ | |
#include <QObject> | |
#include <QString> | |
#include <QSharedPointer> | |
-#include <qt4/QtGui/QQuaternion> | |
-#include <qt4/QtGui/QVector3D> | |
+#include <QtGui/QQuaternion> | |
+#include <QtGui/QVector3D> | |
// Standard includes | |
// - none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment