Make header defines consistent

This commit is contained in:
James Booth
2016-07-24 14:51:39 +01:00
parent 310abd401d
commit 9cff37352a
33 changed files with 75 additions and 60 deletions

View File

@@ -32,8 +32,8 @@
*
*/
#ifndef CHAT_STATE_H
#define CHAT_STATE_H
#ifndef XMPP_CHAT_STATE_H
#define XMPP_CHAT_STATE_H
#include <glib.h>

View File

@@ -32,8 +32,8 @@
*
*/
#ifndef FORM_H
#define FORM_H
#ifndef XMPP_FORM_H
#define XMPP_FORM_H
#include "xmpp/xmpp.h"