Remove unnecessary includes from examples

This commit is contained in:
James P. Howard, II
2022-09-03 22:05:33 -04:00
parent 317509ce0b
commit 8050ce9b8f
4 changed files with 0 additions and 9 deletions

View File

@@ -31,9 +31,6 @@
#include <memory>
#include <random>
#include <fmt/core.h>
#include <fmt/format.h>
#include <CLI/CLI.hpp>
#include <nlohmann/json.hpp>

View File

@@ -25,13 +25,11 @@
#include "boltzmann1d.h"
#include <exception>
#include <list>
#include <map>
#include <memory>
#include <optional>
#include <random>
#include <stdexcept>
#include <CLI/CLI.hpp>

View File

@@ -25,13 +25,11 @@
#include "boltzmann2d.h"
#include <exception>
#include <list>
#include <map>
#include <memory>
#include <optional>
#include <random>
#include <stdexcept>
#include <CLI/CLI.hpp>

View File

@@ -30,8 +30,6 @@
#include <memory>
#include <random>
#include <cassert>
#include <CLI/CLI.hpp>
#include <spdlog/sinks/stdout_color_sinks.h>