Cleanup rjp++ includes
This commit is contained in:
parent
caaf29842d
commit
eaa02d5ab4
@ -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{
|
||||
|
||||
|
||||
@ -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{
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
@ -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{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user