Use a precompiled header for many std includes.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-09-25 11:06:55 +02:00
parent 87706ffae0
commit 51c7ba1c50
13 changed files with 24 additions and 34 deletions

View File

@@ -1,7 +1,5 @@
#ifndef ARBUTILS_DICTIONARY_HPP
#define ARBUTILS_DICTIONARY_HPP
#include <cstdint>
#include <unordered_map>
#include "../Assert.hpp"
namespace ArbUt {

View File

@@ -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 {