about summary refs log tree commit diff stats
path: root/src/tools
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 14:51:39 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 14:51:39 +0100
commit9cff37352a0200dbe0acb1b6a9e5810ee33743ea (patch)
tree16ee077c3b0dcb38807280e616c647fc6a207d91 /src/tools
parent310abd401d9706cb633308cfa2c78317c720d417 (diff)
downloadprofani-tty-9cff37352a0200dbe0acb1b6a9e5810ee33743ea.tar.gz
Make header defines consistent
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/autocomplete.h4
-rw-r--r--src/tools/parser.h4
-rw-r--r--src/tools/tinyurl.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/src/tools/autocomplete.h b/src/tools/autocomplete.h
index 72652b5b..7c2a2f4a 100644
--- a/src/tools/autocomplete.h
+++ b/src/tools/autocomplete.h
@@ -32,8 +32,8 @@
  *
  */
 
-#ifndef AUTOCOMPLETE_H
-#define AUTOCOMPLETE_H
+#ifndef TOOLS_AUTOCOMPLETE_H
+#define TOOLS_AUTOCOMPLETE_H
 
 #include <glib.h>
 
diff --git a/src/tools/parser.h b/src/tools/parser.h
index babc874e..b5ce5383 100644
--- a/src/tools/parser.h
+++ b/src/tools/parser.h
@@ -32,8 +32,8 @@
  *
  */
 
-#ifndef PARSER_H
-#define PARSER_H
+#ifndef TOOLS_PARSER_H
+#define TOOLS_PARSER_H
 
 #include <glib.h>
 
diff --git a/src/tools/tinyurl.h b/src/tools/tinyurl.h
index 62acfeab..e30d9773 100644
--- a/src/tools/tinyurl.h
+++ b/src/tools/tinyurl.h
@@ -32,8 +32,8 @@
  *
  */
 
-#ifndef TINYURL_H
-#define TINYURL_H
+#ifndef TOOLS_TINYURL_H
+#define TOOLS_TINYURL_H
 
 #include <glib.h>