Minor modifications to work with mLib and mgLib.
[xtoys] / xscsize.c
index 93cac68..bae703d 100644 (file)
--- a/xscsize.c
+++ b/xscsize.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: xscsize.c,v 1.2 1998/11/21 22:30:22 mdw Exp $
+ * $Id: xscsize.c,v 1.3 1998/12/11 09:50:05 mdw Exp $
  *
  * Return X display size to shell script
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: xscsize.c,v $
+ * Revision 1.3  1998/12/11 09:50:05  mdw
+ * Minor modifications to work with mLib and mgLib.
+ *
  * Revision 1.2  1998/11/21 22:30:22  mdw
  * Support GNU-style long options throughout, and introduce proper help
  * text to all programs.  Update manual pages to match.
@@ -46,8 +49,8 @@
 
 #include <X11/Xlib.h>
 
-#include "mdwopt.h"
-#include "quis.h"
+#include <mLib/mdwopt.h>
+#include <mLib/quis.h>
 
 /*----- Main code ---------------------------------------------------------*/