gui: Remove obviously unnecessary #include directives.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 8 Sep 2010 04:44:46 +0000 (21:44 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 3 May 2011 14:52:49 +0000 (07:52 -0700)
commit60145a4854479fcffe0149083b55b8b5102ac479
tree946cb4a0f29eb966c66cbbcd94c5206aa3eeed51
parent2b998cd1a6d72214726d05cc050b816d131399e6
gui: Remove obviously unnecessary #include directives.

These simple header files #include <gtk/gtk.h> but do not reference
anything from GTK+, so they do not to #include its header.
12 files changed:
src/ui/gui/aggregate-dialog.h
src/ui/gui/binomial-dialog.h
src/ui/gui/chi-square-dialog.h
src/ui/gui/compute-dialog.h
src/ui/gui/correlation-dialog.h
src/ui/gui/crosstabs-dialog.h
src/ui/gui/descriptives-dialog.h
src/ui/gui/examine-dialog.h
src/ui/gui/factor-dialog.h
src/ui/gui/find-dialog.h
src/ui/gui/frequencies-dialog.h
src/ui/gui/goto-case-dialog.h