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,6 @@
|
||||
#ifndef ARBUTILS_BORROWEDPTR_HPP
|
||||
#define ARBUTILS_BORROWEDPTR_HPP
|
||||
|
||||
#include <memory>
|
||||
#include "../Assert.hpp"
|
||||
|
||||
namespace ArbUt {
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
#ifndef ARBUTILS_UNIQUEPTRLIST_HPP
|
||||
#define ARBUTILS_UNIQUEPTRLIST_HPP
|
||||
|
||||
#include <algorithm>
|
||||
#include <sstream>
|
||||
#include <stdexcept>
|
||||
#include <vector>
|
||||
#include "BorrowedPtr.hpp"
|
||||
|
||||
namespace ArbUt {
|
||||
|
||||
Reference in New Issue
Block a user