src/network/core/os_abstraction.h
branchcpp_gui
changeset 6268 4b5241e5dd10
parent 6227 ab74f5faf662
child 6308 646711c5feaa
--- a/src/network/core/os_abstraction.h	Tue Feb 27 23:54:28 2007 +0000
+++ b/src/network/core/os_abstraction.h	Wed Feb 28 00:33:40 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