Related to #1785.
## Process this file with automake to produce Makefile.in
AM_CPPFLAGS = \
+ -I$(top_srcdir)/lib \
-I$(top_srcdir)/lib/common \
-I$(top_srcdir)/lib/pathplan \
-I$(top_srcdir)/lib/gvc \
#include <io.h>
#endif
-#include "gvplugin_loadimage.h"
-#include "agxbuf.h"
-#include "utils.h"
-#include "gvio.h"
+#include <gvc/gvplugin_loadimage.h>
+#include <cgraph/agxbuf.h>
+#include <common/utils.h>
+#include <gvc/gvio.h>
extern shape_desc *find_user_shape(char *name);
* Contributors: See CVS logs. Details at http://www.graphviz.org/
*************************************************************************/
-#include "gvplugin.h"
+#include <gvc/gvplugin.h>
extern gvplugin_installed_t gvdevice_lasi_types[];
extern gvplugin_installed_t gvrender_lasi_types[];
#include <stdexcept>
#include <LASi.h>
-#include "gvplugin_render.h"
-#include "gvplugin_device.h"
-#include "gvio.h"
-#include "gvcint.h"
-#include "agxbuf.h"
-#include "const.h"
-#include "utils.h"
-#include "ps.h"
+#include <gvc/gvplugin_render.h>
+#include <gvc/gvplugin_device.h>
+#include <gvc/gvio.h>
+#include <gvc/gvcint.h>
+#include <cgraph/agxbuf.h>
+#include <common/const.h>
+#include <common/utils.h>
+#include <ps.h>
using namespace LASi;
using namespace std;
-/* for CHAR_LATIN1 */
-// #include "const.h"
-
/*
* J$: added `pdfmark' URL embedding. PostScript rendered from
* dot files with URL attributes will get active PDF links