variant.hpp: Prettify includes
This commit is contained in:
parent
b391ecb4c7
commit
0ad91391c7
1 changed files with 11 additions and 7 deletions
|
|
@ -1,15 +1,19 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <deque>
|
||||||
|
#include <map>
|
||||||
|
#include <memory>
|
||||||
|
#include <set>
|
||||||
|
#include <unordered_map>
|
||||||
|
#include <unordered_set>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#include <string.h> // memset
|
||||||
|
|
||||||
#include <fc/optional.hpp>
|
#include <fc/optional.hpp>
|
||||||
#include <fc/string.hpp>
|
#include <fc/string.hpp>
|
||||||
#include <memory>
|
|
||||||
#include <string.h> // memset
|
|
||||||
#include <unordered_set>
|
|
||||||
#include <unordered_map>
|
|
||||||
#include <map>
|
|
||||||
#include <set>
|
|
||||||
#include <fc/container/flat_fwd.hpp>
|
|
||||||
#include <fc/container/deque_fwd.hpp>
|
#include <fc/container/deque_fwd.hpp>
|
||||||
|
#include <fc/container/flat_fwd.hpp>
|
||||||
|
|
||||||
namespace fc
|
namespace fc
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue