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 <cstdlib>
#include "VisioGraphic.h"
-#include "gvcjob.h"
-#include "gvio.h"
+#include <gvc/gvcjob.h>
+#include <gvc/gvio.h>
namespace Visio
{
#ifndef VISIOGRAPHIC_H
#define VISIOGRAPHIC_H
-#include "types.h"
+#include <common/types.h>
namespace Visio
{
#include "VisioRender.h"
-#include "const.h"
-#include "macros.h"
-#include "gvcjob.h"
-#include "gvio.h"
+#include <common/const.h>
+#include <common/macros.h>
+#include <gvc/gvcjob.h>
+#include <gvc/gvio.h>
namespace Visio
{
#include <map>
#include <vector>
-#include "types.h"
+#include <common/types.h>
#include "VisioGraphic.h"
#include "VisioText.h"
#include "VisioText.h"
-#include "gvcjob.h"
-#include "gvio.h"
+#include <gvc/gvcjob.h>
+#include <gvc/gvio.h>
#include <cstdlib>
#include <string.h>
#ifndef VISIOTEXT_H
#define VISIOTEXT_H
-#include "types.h"
+#include <common/types.h>
namespace Visio
{
#endif
-#include "gvplugin.h"
+#include <gvc/gvplugin.h>
extern gvplugin_installed_t gvdevice_vdx_types[];
extern gvplugin_installed_t gvrender_vdx_types[];
#include <stdlib.h>
#include <string.h>
-#include "gvplugin_render.h"
-#include "gvplugin_device.h"
+#include <gvc/gvplugin_render.h>
+#include <gvc/gvplugin_device.h>
#include "VisioRender.h"