summaryrefslogtreecommitdiff
path: root/include/gras/sbuffer.hpp
diff options
context:
space:
mode:
authorJosh Blum2012-11-30 23:27:28 -0800
committerJosh Blum2012-11-30 23:27:28 -0800
commit0dea1563a4e13bd6081acc2ed5f4c611bdfbb9af (patch)
treec2a82c50a04ad2a7b10b0244ac7aba07c46b9e3a /include/gras/sbuffer.hpp
parentd7f60f70204ee416628d8f96b03aaca647c44c46 (diff)
downloadsandhi-0dea1563a4e13bd6081acc2ed5f4c611bdfbb9af.tar.gz
sandhi-0dea1563a4e13bd6081acc2ed5f4c611bdfbb9af.tar.bz2
sandhi-0dea1563a4e13bd6081acc2ed5f4c611bdfbb9af.zip
moved header ipp files to detail, like boost
Diffstat (limited to 'include/gras/sbuffer.hpp')
-rw-r--r--include/gras/sbuffer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gras/sbuffer.hpp b/include/gras/sbuffer.hpp
index 5761625..b82aff1 100644
--- a/include/gras/sbuffer.hpp
+++ b/include/gras/sbuffer.hpp
@@ -131,6 +131,6 @@ struct GRAS_API SBuffer : boost::intrusive_ptr<SBufferImpl>
} //namespace gras
-#include <gras/sbuffer.ipp>
+#include <gras/detail/sbuffer.hpp>
#endif /*INCLUDED_GRAS_SBUFFER_HPP*/