diff --git a/Code/Mantid/Framework/Kernel/test/TimerTest.h b/Code/Mantid/Framework/Kernel/test/TimerTest.h
index ec23427ab50a0ce2d21adc0766222842e268cd89..0695d5cc324fe0db145714cf93035f8393c3a1a0 100644
--- a/Code/Mantid/Framework/Kernel/test/TimerTest.h
+++ b/Code/Mantid/Framework/Kernel/test/TimerTest.h
@@ -5,7 +5,6 @@
 #include "MantidKernel/Timer.h"
 #ifdef _WIN32
 #include <Windows.h>
-#elif defined _WIN32
 #else
 #include <unistd.h>
 #endif