Cleanup rjp++ includes

This commit is contained in:
rexy712 2020-03-23 10:38:39 -07:00
parent caaf29842d
commit eaa02d5ab4
4 changed files with 11 additions and 10 deletions

View File

@ -1,10 +1,9 @@
#ifndef RJP_ARRAY_HPP
#define RJP_ARRAY_HPP
#include "value.hpp"
#include "integral.hpp"
#include "iterator.hpp"
#include <rjp.h>
#include "iterator.hpp"
#include "value.hpp"
namespace rjp{

View File

@ -1,13 +1,11 @@
#ifndef RJP_OBJECT_HPP
#define RJP_OBJECT_HPP
#include "value.hpp"
#include "integral.hpp"
#include "string.hpp"
#include "string_val.hpp"
#include "iterator.hpp"
#include <rjp.h>
#include <rexy/string.hpp>
#include <rexy/string_base.hpp>
#include "value.hpp"
#include "iterator.hpp"
#include "member.hpp"
namespace rjp{

View File

@ -2,7 +2,7 @@
#define RJP_STRING_VAL_HPP
#include <rjp.h>
#include <rexy/string.hpp>
#include <rexy/string_base.hpp>
#include "string.hpp"
#include "value.hpp"

View File

@ -16,7 +16,11 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <rjp.h>
#include <rexy/string_base.hpp>
#include "rjp_internal.hpp"
#include "string.hpp"
#include "value.hpp"
namespace rjp{