diff --git a/cbits/Rift.cpp b/cbits/Rift.cpp
--- a/cbits/Rift.cpp
+++ b/cbits/Rift.cpp
@@ -7,7 +7,6 @@
 // ========== ==================== ==========================================
 // 2013/04/22 Geekmaster           First release version.
 
-#include "Rift.h"
 #include "OVR.h"
 using namespace OVR;
 
diff --git a/oculus.cabal b/oculus.cabal
--- a/oculus.cabal
+++ b/oculus.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                oculus
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Oculus Rift ffi providing head tracking data
 description:         Bindings to the oculus rift sdk head tracking. Requires installation of the OculusSdk, currently only supported for linux installs.
 		     You're going to need to either install the sdk under the default include and ld search path, or you can point cabal to your local oculusSdk install
