[libchamplain] Prevent multiple SECTION docstring definitions because of multiple inclusion



commit 9a1bb96d4d9000277535ad57ebd0695eb16f68ad
Author: Jiří Techet <techet gmail com>
Date:   Mon Apr 8 23:26:10 2013 +0200

    Prevent multiple SECTION docstring definitions because of multiple inclusion

 champlain/champlain-version.h.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/champlain/champlain-version.h.in b/champlain/champlain-version.h.in
index 614737b..d66d2e1 100644
--- a/champlain/champlain-version.h.in
+++ b/champlain/champlain-version.h.in
@@ -19,6 +19,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#ifndef __CHAMPLAIN_VERSION_H__
+#define __CHAMPLAIN_VERSION_H__
+
 /**
  * SECTION:champlain-version
  * @short_description: Versioning utility macros
@@ -27,9 +30,6 @@
  * an application was linked to.
  */
 
-#ifndef __CHAMPLAIN_VERSION_H__
-#define __CHAMPLAIN_VERSION_H__
-
 /**
  * CHAMPLAIN_MAJOR_VERSION:
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]