mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 15:05:53 +00:00
Reorganize source file hierarchy:
* Rename unity files * Move some modules to new subdirectories * Remove obsolete Visual Studio project files * Remove obsolete coding style and TODO list
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include <beast/threads/Thread.h>
|
||||
#include <beast/smart_ptr/SharedObject.h>
|
||||
#include <beast/smart_ptr/SharedPtr.h>
|
||||
#include <modules/beast_core/time/Time.h>
|
||||
#include <beast/module/core/time/Time.h>
|
||||
|
||||
#include <cassert>
|
||||
|
||||
@@ -452,7 +452,7 @@ void Thread::yield()
|
||||
#include <Foundation/NSString.h>
|
||||
#import <objc/message.h>
|
||||
namespace beast{
|
||||
#include <modules/beast_core/native/osx_ObjCHelpers.h>
|
||||
#include <beast/module/core/native/osx_ObjCHelpers.h>
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user