Salome HOME
Typo-fix by Kunda
[modules/kernel.git] / src / Basics / Basics_Utils.hxx
index 9e8679629d7f3ed5312dfa84534081863a9ec062..868fd3f9a8f1222978ec3a5f0220ae0a94221891 100644 (file)
@@ -19,7 +19,7 @@
 
 //  SALOME Utils : general SALOME's definitions and tools
 //  File   : Basics_DirUtils.hxx
-//  Autor  : Alexander A. BORODIN
+//  Author  : Alexander A. BORODIN
 //  Module : SALOME
 //
 #ifndef _Basics_UTILS_HXX_
@@ -32,7 +32,6 @@
 #ifndef WIN32
 #include <sys/time.h>
 #else
-#include <winsock2.h>
 #include <windows.h>
 #pragma comment(lib,"winmm.lib")
 #endif