[libxmlplusplus/nmake-3-2: 2/5] tests: Don't include config.h



commit 41e354ee1c97c2e2b849750ea91a9a87aec29a7c
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Jun 12 12:32:36 2020 +0800

    tests: Don't include config.h
    
    The libxml++config.h should already fulfil our needs here.

 tests/saxparser_chunk_parsing_inconsistent_state/main.cc | 1 -
 tests/saxparser_parse_double_free/main.cc                | 1 -
 tests/saxparser_parse_stream_inconsistent_state/main.cc  | 1 -
 3 files changed, 3 deletions(-)
---
diff --git a/tests/saxparser_chunk_parsing_inconsistent_state/main.cc 
b/tests/saxparser_chunk_parsing_inconsistent_state/main.cc
index 136bfb7..989fc10 100644
--- a/tests/saxparser_chunk_parsing_inconsistent_state/main.cc
+++ b/tests/saxparser_chunk_parsing_inconsistent_state/main.cc
@@ -15,7 +15,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include <config.h>
 #include <libxml++/libxml++.h>
 
 #include <cstdlib>
diff --git a/tests/saxparser_parse_double_free/main.cc b/tests/saxparser_parse_double_free/main.cc
index e1bd3b6..bdbd98a 100644
--- a/tests/saxparser_parse_double_free/main.cc
+++ b/tests/saxparser_parse_double_free/main.cc
@@ -15,7 +15,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include <config.h>
 #include <libxml++/libxml++.h>
 
 #include <cstdlib>
diff --git a/tests/saxparser_parse_stream_inconsistent_state/main.cc 
b/tests/saxparser_parse_stream_inconsistent_state/main.cc
index 4fd1320..09ce1d2 100644
--- a/tests/saxparser_parse_stream_inconsistent_state/main.cc
+++ b/tests/saxparser_parse_stream_inconsistent_state/main.cc
@@ -15,7 +15,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include <config.h>
 #include <libxml++/libxml++.h>
 
 #include <cstdlib>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]