mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Added include guards to stringappend and redis-list
Summary: added "#pragma once" in the .h files Test Plan: make and run: stringappend_test, redis_test Reviewers: emayanke, haobo Reviewed By: emayanke CC: leveldb Differential Revision: https://reviews.facebook.net/D12495
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
* Copyright 2013 Facebook
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "leveldb/merge_operator.h"
|
||||
#include "leveldb/slice.h"
|
||||
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
* Copyright 2013 Facebook
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "leveldb/merge_operator.h"
|
||||
#include "leveldb/slice.h"
|
||||
|
||||
|
||||
@@ -37,6 +37,8 @@
|
||||
* Copyright 2013 Facebook
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "redis_list_exception.h"
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
* Copyright 2013 Facebook
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "leveldb/db.h"
|
||||
#include "redis_list_iterator.h"
|
||||
|
||||
Reference in New Issue
Block a user