diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-02-04 20:57:07 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-02-04 20:57:07 +0000 |
commit | c4c6adce6db8fcf12f6df37f638f1aded614b942 (patch) | |
tree | 2ff4873995d675a71d1fd4075fb80ff9661a1252 /contrib/header-only.hpp | |
parent | 333ad80a15f9829b388a98f222198ce2dab7892c (diff) |
contrib: Renamed header-only.hpp to header_only.hpp
git-svn-id: http://pugixml.googlecode.com/svn/trunk@246 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'contrib/header-only.hpp')
-rw-r--r-- | contrib/header-only.hpp | 19 |
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
|