aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_prefs.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-09-09 03:32:03 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-09-09 03:32:03 +0000
commit8617c58f3ca2b782992be793185127bb7d9e8bff (patch)
treedeb8702f9af0c533a2720fd188c6f411d03a93a2 /gtk/print_prefs.c
parent3c49e45cf7490165308e176b2107a1956822d08a (diff)
More shuffling of GTK-related routines to gtk subdirectory.
svn path=/trunk/; revision=636
Diffstat (limited to 'gtk/print_prefs.c')
-rw-r--r--gtk/print_prefs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/print_prefs.c b/gtk/print_prefs.c
index 3cbbd6fff1..45606c73ab 100644
--- a/gtk/print_prefs.c
+++ b/gtk/print_prefs.c
@@ -17,8 +17,8 @@
#include "print.h"
#endif
-#ifndef __PREFS_H__
-#include "prefs.h"
+#ifndef __PREFS_DLG_H__
+#include "prefs_dlg.h"
#endif
#ifndef __UTIL_H__