Get rid of a few unused imports.
diff --git a/THCGeneral.c b/THCGeneral.c
index 63b1707..c442bd8 100644
--- a/THCGeneral.c
+++ b/THCGeneral.c
@@ -1,7 +1,6 @@
 #include "THCGeneral.h"
 #include "TH.h"
 #include "THCAllocator.h"
-#include "THCBlas.h"
 #include "THCCachingHostAllocator.h"
 #include "THCStream.h"
 #include "THCThreadLocal.h"
diff --git a/THCStorageCopy.c b/THCStorageCopy.c
index e40d140..ee9bf81 100644
--- a/THCStorageCopy.c
+++ b/THCStorageCopy.c
@@ -1,7 +1,5 @@
 #include "THCStorageCopy.h"
-#include "THCGeneral.h"
 
-#include "THCHalf.h"
 #include "THCTensorCopy.h"
 
 #include "generic/THCStorageCopy.c"
diff --git a/THCTensorCopy.c b/THCTensorCopy.c
index 59c0934..920e785 100644
--- a/THCTensorCopy.c
+++ b/THCTensorCopy.c
@@ -1,9 +1,5 @@
 #include "THCTensorCopy.h"
-#include "THCGeneral.h"
-#include "THCTensor.h"
 #include "THCCachingHostAllocator.h"
 
-#include "THCHalf.h"
-
 #include "generic/THCTensorCopy.c"
 #include "THCGenerateAllTypes.h"