[esnacc-dev] [RFC PATCH 4/5] cxx-lib: Rename all of the include directories

Aaron Conole aconole at bytheb.org
Tue Jan 3 22:25:15 UTC 2017


The c++ library includes all point to the cxx-lib/inc/ directory, now.  This
will facilitate moving away from having custom pkgconfig CCFLAGS for the
include directories.

Signed-off-by: Aaron Conole <aconole at bytheb.org>
---
 cxx-lib/inc/asn-incl.h    | 16 ++++++++--------
 cxx-lib/inc/asn-iomanip.h |  2 +-
 cxx-lib/inc/asn-listset.h |  2 +-
 cxx-lib/inc/snaccexcept.h |  2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/cxx-lib/inc/asn-incl.h b/cxx-lib/inc/asn-incl.h
index 5ec988c..00df67c 100644
--- a/cxx-lib/inc/asn-incl.h
+++ b/cxx-lib/inc/asn-incl.h
@@ -8,9 +8,9 @@
 #define SNACC_CXX_ASN_INCL_H
 
 
-#include "asn-config.h"
-#include "asn-buf.h"
-#include "snaccexcept.h"
+#include "cxx-lib/inc/asn-config.h"
+#include "cxx-lib/inc/asn-buf.h"
+#include "cxx-lib/inc/snaccexcept.h"
 
 #ifdef WIN32
 #if defined(_MSC_VER)
@@ -24,7 +24,7 @@
 #else // WIN32
 	#include <iostream>
 	#include <string>
-	#include "asn-chartraits.h" 
+	#include "cxx-lib/inc/asn-chartraits.h" 
 
 	#if defined(SunOS) || defined(SCO_SV) || defined(HPUX) || defined(HPUX32)
 	namespace std
@@ -41,7 +41,7 @@
 #endif
 
 #if META
-#include "meta.h"
+#include "cxx-lib/inc/meta.h"
 #endif
 
 void SNACCDLL_API BDEC_2ND_EOC_OCTET(const SNACC::AsnBuf& b,
@@ -1447,8 +1447,8 @@ enum SNACCEncodeDecodeRules {
 
 _END_SNACC_NAMESPACE
 
-#include "asn-iomanip.h"
-#include "snaccexcept.h"
-#include "asn-usefultypes.h"
+#include "cxx-lib/inc/asn-iomanip.h"
+#include "cxx-lib/inc/snaccexcept.h"
+#include "cxx-lib/inc/asn-usefultypes.h"
 
 #endif
diff --git a/cxx-lib/inc/asn-iomanip.h b/cxx-lib/inc/asn-iomanip.h
index 4338844..5a4bfae 100644
--- a/cxx-lib/inc/asn-iomanip.h
+++ b/cxx-lib/inc/asn-iomanip.h
@@ -1,7 +1,7 @@
 #ifndef __ASN_IOMANIP_H__
 #define __ASN_IOMANIP_H__
 
-#include "asn-config.h"
+#include "cxx-lib/inc/asn-config.h"
 #include <iostream>
 
 _BEGIN_SNACC_NAMESPACE
diff --git a/cxx-lib/inc/asn-listset.h b/cxx-lib/inc/asn-listset.h
index 96adc6c..cad72b4 100644
--- a/cxx-lib/inc/asn-listset.h
+++ b/cxx-lib/inc/asn-listset.h
@@ -8,7 +8,7 @@
 #ifndef SNACC_ASN_LISTSET_H
 #define SNACC_ASN_LISTSET_H
 
-#include "snacc.h"
+#include "cxx-lib/inc/snacc.h"
 
 #ifdef _MSC_VER
 	#pragma warning(disable: 4786)		// Disable symbols truncated warning
diff --git a/cxx-lib/inc/snaccexcept.h b/cxx-lib/inc/snaccexcept.h
index 57b4f84..5054e14 100644
--- a/cxx-lib/inc/snaccexcept.h
+++ b/cxx-lib/inc/snaccexcept.h
@@ -16,7 +16,7 @@
 #include <iostream>
 #endif
 
-#include "asn-config.h"
+#include "cxx-lib/inc/asn-config.h"
 
 #define STACK_DEPTH 20
 
-- 
2.7.4




More information about the dev mailing list