mirror of
https://github.com/XRPLF/rippled.git
synced 2026-01-09 09:15:26 +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:
@@ -10,6 +10,8 @@
|
||||
* Copyright 2013 Facebook
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "leveldb/merge_operator.h"
|
||||
#include "leveldb/slice.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user