summaryrefslogtreecommitdiffstats
path: root/src/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/file.h b/src/file.h
index cf3adec2b..5a43ffa5e 100644
--- a/src/file.h
+++ b/src/file.h
@@ -1,5 +1,5 @@
-#ifndef __SP_FILE_H__
-#define __SP_FILE_H__
+#ifndef SEEN_SP_FILE_H
+#define SEEN_SP_FILE_H
/*
* File/Print operations
@@ -19,7 +19,6 @@
#include <glib/gslist.h>
#include <gtk/gtk.h>
-#include "extension/extension-forward.h"
#include "extension/system.h"
struct SPDesktop;
@@ -193,7 +192,7 @@ void sp_file_print (Gtk::Window& parentWindow);
void sp_file_vacuum ();
-#endif
+#endif // SEEN_SP_FILE_H
/*