diff options
author | Ankit Vani <a@nevitus.org> | 2014-02-07 21:45:54 +0530 |
---|---|---|
committer | Ankit Vani <a@nevitus.org> | 2014-02-07 21:45:54 +0530 |
commit | cc3b564fa1abef810401ec246689318617912edf (patch) | |
tree | 4b49817b622aed0f077ec09fa0eff690e00a6c08 /pidgin/pidgin.h | |
parent | 5d5de2950f22a053fab0a9e75579e00b29074e1d (diff) | |
download | pidgin-cc3b564fa1abef810401ec246689318617912edf.tar.gz |
Move section blocks inside inclusion guards -- otherwise g-ir-scanner yells
Diffstat (limited to 'pidgin/pidgin.h')
-rw-r--r-- | pidgin/pidgin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pidgin/pidgin.h b/pidgin/pidgin.h index 40ffe107b4..5be6b1a181 100644 --- a/pidgin/pidgin.h +++ b/pidgin/pidgin.h @@ -19,6 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ /* #warning ***pidgin*** */ + +#ifndef _PIDGIN_H_ +#define _PIDGIN_H_ /** * SECTION:pidgin * @section_id: pidgin-pidgin @@ -26,9 +29,6 @@ * @title: UI Definitions and Includes */ -#ifndef _PIDGIN_H_ -#define _PIDGIN_H_ - #include <gtk/gtk.h> #ifdef _WIN32 |