From 5856730ec338b88cc139415a36e552771e3ce607 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sat, 21 Sep 2013 17:36:11 -0700 Subject: [PATCH] Fix objective-c ripple source --- src/ripple/beast/ripple_beastobjc.mm | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/ripple/beast/ripple_beastobjc.mm b/src/ripple/beast/ripple_beastobjc.mm index a39237e90..96299f414 100644 --- a/src/ripple/beast/ripple_beastobjc.mm +++ b/src/ripple/beast/ripple_beastobjc.mm @@ -4,15 +4,4 @@ */ //============================================================================== -/* This file includes all of the beast sources needed to link. - By including them here, we avoid having to muck with the SConstruct - Makefile, Project file, or whatever. -*/ - -// MUST come first! -#include "BeastConfig.h" - -// Include this to get all the basic includes included, to prevent errors -#include "../beast/modules/beast_core/beast_core.h" - -#include "../beast/modules/beast_core/beast_core.cpp" +#include "ripple_beast.cpp"