]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlGraphics.h
John's character.C patch (bug fix).
[lyx.git] / src / frontends / controllers / ControlGraphics.h
index 1be2845c335b3fd9f197b5e4df298f85bc692f8a..ba40f44bb1c5eba2f1a648d914a9ca2e66e60ad1 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
@@ -19,9 +20,9 @@
 #endif 
 
 #include "ControlInset.h"
-#include "insets/insetgraphicsParams.h" // need operator!=()
 
 class InsetGraphics;
+class InsetGraphicsParams;
 class LyXView;
 
 /** A controller for Graphics dialogs.