]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/lablgtkmathview/ml_gtk_mathview.c
Version 1.2.1beta => 1.2.1
[helm.git] / helm / DEVEL / lablgtkmathview / ml_gtk_mathview.c
index bc7d13528ab211c8e1d175a49456ae01096fe507..0cb2728d7d121b4dece9fe8f2c4efa168dacbcd2 100644 (file)
@@ -30,7 +30,7 @@
 #include <caml/callback.h>
 #include <caml/fail.h>
 
-#include <gtkmathview/gtkmathview.h>
+#include <gtkmathview.h>
 #include <ml_gtk.h>
 
 #include <wrappers.h>
 #include <gtk_tags.h>
 
 #include <minidom.h>
-#include "minidom/ml_minidom.h"
-
-/* <CSC/>: Next row should be put in a .h of lablgtk. */
-#define GtkAdjustment_val(val) check_cast(GTK_ADJUSTMENT,val)
+#include "mlminidom/ml_minidom.h"
 
 #define GtkMathView_val(val) check_cast(GTK_MATH_VIEW,val)