summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-21 21:31:33 +0000
committerCarl Hetherington <cth@carlh.net>2025-12-21 21:31:33 +0000
commit5b2eccaaeabc3524cffac3fa9af2a3d0befee84e (patch)
tree33dc32a92e23c5b0bfd9ce5a9c07dfb4f89f4ed0 /src
parentfd7e004e0b0a08a9d9b323888c7f60834c93eafc (diff)
Remove used of locked_sstream.v0.16.2v0.16.x
This was an ineffectual workaround for macOS, any nobody should be using this branch on macOS any more.
Diffstat (limited to 'src')
-rw-r--r--src/cxml.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cxml.h b/src/cxml.h
index d5b6261..c98b5f1 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -21,7 +21,6 @@
#ifndef LIBCXML_CXML_H
#define LIBCXML_CXML_H
-#include <locked_sstream.h>
#include <boost/shared_ptr.hpp>
#include <boost/optional.hpp>
#include <boost/filesystem.hpp>