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 AUTOCOMPLETE_H
#define AUTOCOMPLETE_H
#ifndef TOOLS_AUTOCOMPLETE_H
#define TOOLS_AUTOCOMPLETE_H
#include <glib.h>

View File

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

View File

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