Use a precompiled header for many std includes.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#ifndef ARBUTILS_DICTIONARY_HPP
|
||||
#define ARBUTILS_DICTIONARY_HPP
|
||||
#include <cstdint>
|
||||
#include <unordered_map>
|
||||
#include "../Assert.hpp"
|
||||
|
||||
namespace ArbUt {
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
#ifndef ARBUTILS_LIST_HPP
|
||||
#define ARBUTILS_LIST_HPP
|
||||
#include <algorithm>
|
||||
#include <sstream>
|
||||
#include <stdexcept>
|
||||
#include <vector>
|
||||
#include "../Exception.hpp"
|
||||
|
||||
namespace ArbUt {
|
||||
|
||||
Reference in New Issue
Block a user