mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
13 lines
331 B
C
13 lines
331 B
C
//------------------------------------------------------------------------------
|
|
/*
|
|
Copyright (c) 2011-2013, OpenCoin, Inc.
|
|
*/
|
|
//==============================================================================
|
|
|
|
#ifndef RIPPLE_APP_H_INCLUDED
|
|
#define RIPPLE_APP_H_INCLUDED
|
|
|
|
#include "modules/ripple_basics/ripple_basics.h"
|
|
|
|
#endif
|