Browse Source

Revert "Added missing header for gcc 4.7"

This reverts commit 9dd5828465db1e93851042d10a1b5a80e52a8309.

closes #192
Marco Nolden 13 years ago
parent
commit
a223968009
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Libs/Core/ctkErrorLogModel.cpp

+ 0 - 2
Libs/Core/ctkErrorLogModel.cpp

@@ -35,8 +35,6 @@
 #include "ctkErrorLogModel.h"
 #include <ctkPimpl.h>
 
-#include <unistd.h>
-
 // STD includes
 #include <cstdio> // For _fileno or fileno
 #ifdef _MSC_VER