src/network/core/os_abstraction.h
changeset 6121 2aae24b0881f
parent 5976 aa1cae2b975a
child 6491 00dc414c909d
--- a/src/network/core/os_abstraction.h	Fri Feb 23 08:19:24 2007 +0000
+++ b/src/network/core/os_abstraction.h	Fri Feb 23 08:37:33 2007 +0000
@@ -1,14 +1,14 @@
 /* $Id$ */
 
-#ifndef NETWORK_CORE_OS_ABSTRACTION_H
-#define NETWORK_CORE_OS_ABSTRACTION_H
-
 /**
  * @file os_abstraction.h Network stuff has many things that needs to be
  *                        included and/or implemented by default.
  *                        All those things are in this file.
  */
 
+#ifndef NETWORK_CORE_OS_ABSTRACTION_H
+#define NETWORK_CORE_OS_ABSTRACTION_H
+
 /* Include standard stuff per OS */
 
 #ifdef ENABLE_NETWORK