Skip to content

Instantly share code, notes, and snippets.

@casallas
Created December 5, 2011 00:14
Show Gist options
  • Save casallas/1431746 to your computer and use it in GitHub Desktop.
Save casallas/1431746 to your computer and use it in GitHub Desktop.
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