aboutsummaryrefslogtreecommitdiff
path: root/config_file.h
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-09-16 12:18:25 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-09-16 12:18:25 +1200
commitcc61bfa71b1f72049970dd119ec14d9ac108a1ef (patch)
tree32f4c4b5b43db6b09ccfa155885c53f3046f60a7 /config_file.h
parent972b1a1b0fe2dff12cfd8cc6874bfa398c1a58b5 (diff)
downloadparamano-cc61bfa71b1f72049970dd119ec14d9ac108a1ef.tar.xz
Removed unneeded include guards
Diffstat (limited to 'config_file.h')
-rw-r--r--config_file.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/config_file.h b/config_file.h
index c9d964a..736397d 100644
--- a/config_file.h
+++ b/config_file.h
@@ -16,9 +16,6 @@
* <http://www.gnu.org/licenses/>. *
************************************************************************/
-#ifndef CONFIG_FILE_H
-#define CONFIG_FILE_H
-
#include <glib.h>
#include <gtk/gtk.h>
@@ -31,5 +28,3 @@ struct config_file
gboolean config_open(struct config_file* config_file);
void config_close(struct config_file* config_file);
gchar* config_get_key(struct config_file* config_file, const gchar* group_name, const gchar* key_name);
-
-#endif /* ifndef CONFIG_FILE_H */