diff --git a/src/ripple/unity/hyperleveldb.h b/src/ripple/unity/hyperleveldb.h deleted file mode 100644 index bdcf3a4c0..000000000 --- a/src/ripple/unity/hyperleveldb.h +++ /dev/null @@ -1,40 +0,0 @@ -//------------------------------------------------------------------------------ -/* - This file is part of rippled: https://github.com/ripple/rippled - Copyright (c) 2012, 2013 Ripple Labs Inc. - - Permission to use, copy, modify, and/or distribute this software for any - purpose with or without fee is hereby granted, provided that the above - copyright notice and this permission notice appear in all copies. - - THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -*/ -//============================================================================== - -#ifndef RIPPLE_UNITY_HYPERLEVELDB_H_INCLUDED -#define RIPPLE_UNITY_HYPERLEVELDB_H_INCLUDED - -#include - -#if ! BEAST_WIN32 - -#define RIPPLE_HYPERLEVELDB_AVAILABLE 1 - -#include -#include -#include -#include - -#else - -#define RIPPLE_HYPERLEVELDB_AVAILABLE 0 - -#endif - -#endif diff --git a/src/ripple/unity/leveldb.h b/src/ripple/unity/leveldb.h deleted file mode 100644 index e44f51b6d..000000000 --- a/src/ripple/unity/leveldb.h +++ /dev/null @@ -1,37 +0,0 @@ -//------------------------------------------------------------------------------ -/* - This file is part of rippled: https://github.com/ripple/rippled - Copyright (c) 2012, 2013 Ripple Labs Inc. - - Permission to use, copy, modify, and/or distribute this software for any - purpose with or without fee is hereby granted, provided that the above - copyright notice and this permission notice appear in all copies. - - THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -*/ -//============================================================================== - -#ifndef RIPPLE_UNITY_LEVELDB_H_INCLUDED -#define RIPPLE_UNITY_LEVELDB_H_INCLUDED - -#ifndef RIPPLE_LEVELDB_AVAILABLE -# define RIPPLE_LEVELDB_AVAILABLE 1 -#endif - -#if RIPPLE_LEVELDB_AVAILABLE - -#define SNAPPY -#include "leveldb/cache.h" -#include "leveldb/filter_policy.h" -#include "leveldb/db.h" -#include "leveldb/write_batch.h" - -#endif - -#endif