summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2017-09-21 14:32:26 +0200
committerDebarshi Ray <debarshir@gnome.org>2018-08-13 17:46:28 +0200
commitcffa2ce8cfd12437ab7861bb3335b571f9e1a983 (patch)
tree6ae66b30dc1cf985788527bcdf2583eb84f2bf99
parentbabc8899bda463978cbcd589ec91761cb1b308f3 (diff)
downloadlibgdata-cffa2ce8cfd12437ab7861bb3335b571f9e1a983.tar.gz
core: Move the header guards before including other headers
Don't attempt including other headers only to be blocked by their individual header guards. https://gitlab.gnome.org/GNOME/libgdata/merge_requests/3
-rw-r--r--gdata/gdata-private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdata/gdata-private.h b/gdata/gdata-private.h
index 4d65bdd7..90b055c8 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
/**