[libgdata/wip/rishi/drive: 1/11] core: Move the header guards before including other headers



commit a428e4c7b6eca1ba69bd5b940c14b06047b70574
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Sep 21 14:32:26 2017 +0200

    core: Move the header guards before including other headers
    
    Don't attempt including other headers only to be blocked by their
    individual header guards.

 gdata/gdata-private.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdata/gdata-private.h b/gdata/gdata-private.h
index 4d65bdd..90b055c 100644
--- a/gdata/gdata-private.h
+++ b/gdata/gdata-private.h
@@ -17,15 +17,15 @@
  * License along with GData Client.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef GDATA_PRIVATE_H
+#define GDATA_PRIVATE_H
+
 #include <glib.h>
 #include <libxml/parser.h>
 #include <libsoup/soup.h>
 
 #include <gdata/gdata-service.h>
 
-#ifndef GDATA_PRIVATE_H
-#define GDATA_PRIVATE_H
-
 G_BEGIN_DECLS
 
 /**


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