aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-colors.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-colors.h')
-rw-r--r--widgets/misc/e-colors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/widgets/misc/e-colors.h b/widgets/misc/e-colors.h
index 0381871e5e..4919000221 100644
--- a/widgets/misc/e-colors.h
+++ b/widgets/misc/e-colors.h
@@ -1,5 +1,5 @@
-#ifndef COLOR_H
-#define COLOR_H
+#ifndef GNUMERIC_COLOR_H
+#define GNUMERIC_COLOR_H
void color_init (void);
@@ -11,4 +11,4 @@ void color_alloc_gdk (GdkColor *color);
/* Colors used by any GnumericSheet item */
extern GdkColor gs_white, gs_light_gray, gs_dark_gray, gs_black, gs_red;
-#endif
+#endif /* GNUMERIC_COLOR_H */