[gegl/soc-2013-n-point-deformation: 5/22] update header file path
- From: Marek Dvoroznak <dvoromar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/soc-2013-n-point-deformation: 5/22] update header file path
- Date: Sat, 5 Oct 2013 01:24:26 +0000 (UTC)
commit 424892b231db37425375b7448ecb65916de96df2
Author: Marek Dvoroznak <dvoromar gmail com>
Date: Wed Jul 24 01:18:51 2013 +0200
update header file path
libs/npd/Makefile.am | 3 ++-
operations/external/npd.c | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/libs/npd/Makefile.am b/libs/npd/Makefile.am
index ffc55f9..16ad543 100644
--- a/libs/npd/Makefile.am
+++ b/libs/npd/Makefile.am
@@ -13,4 +13,5 @@ libnpd_la_SOURCES = \
graphics.h \
graphics.c \
npd_gegl.h \
- npd_gegl.c
+ npd_gegl.c \
+ npd.h
diff --git a/operations/external/npd.c b/operations/external/npd.c
index e41cf48..a8d5707 100644
--- a/operations/external/npd.c
+++ b/operations/external/npd.c
@@ -28,8 +28,8 @@
#include "gegl-chant.h"
#include <stdio.h>
#include <math.h>
-#include "npd/npd.h"
-#include "npd/npd_gegl.h"
+#include <npd/npd.h>
+#include <npd/npd_gegl.h>
struct _NPDImage
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]