summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-12 11:57:54 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-12 11:57:54 +0000
commite5014db32a79816c3a114b3de586ae28beb28c95 (patch)
treeba0873a9f53ac298d8e224b4b195e4a7580e6188 /contrib
parentce942286297102ec132bf68b67bfd2d4b5fc2d54 (diff)
contrib: Removed header_only.hpp (can't link without FORCE:MULTIPLE, users can include cpp files themselves)
git-svn-id: http://pugixml.googlecode.com/svn/trunk@519 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'contrib')
-rw-r--r--contrib/header_only.hpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/header_only.hpp b/contrib/header_only.hpp
deleted file mode 100644
index 1af8d4c..0000000
--- a/contrib/header_only.hpp
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Header-only variant of pugixml.
- * This file is provided to the public domain.
- * Written by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
- */
-
-#ifndef HEADER_PUGIXML_HEADER_ONLY_HPP
-#define HEADER_PUGIXML_HEADER_ONLY_HPP
-
-/*
- * This file provides a header-only variant of pugixml.
- * This is generally not recommended because of resulting code bloat/increased link time/conflicts with local symbols,
- * so use it with caution.
- */
-
-#include "pugixml.cpp"
-#include "pugixpath.cpp"
-
-#endif