diff options
author | Josh Blum | 2012-11-30 23:27:28 -0800 |
---|---|---|
committer | Josh Blum | 2012-11-30 23:27:28 -0800 |
commit | 0dea1563a4e13bd6081acc2ed5f4c611bdfbb9af (patch) | |
tree | c2a82c50a04ad2a7b10b0244ac7aba07c46b9e3a /include/gras/sbuffer.hpp | |
parent | d7f60f70204ee416628d8f96b03aaca647c44c46 (diff) | |
download | sandhi-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.hpp | 2 |
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*/ |