mirror of
https://github.com/JHUAPL/kami.git
synced 2026-01-07 22:13:51 -05:00
Remove unnecessary includes from examples
This commit is contained in:
@@ -31,9 +31,6 @@
|
||||
#include <memory>
|
||||
#include <random>
|
||||
|
||||
#include <fmt/core.h>
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include <CLI/CLI.hpp>
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -30,8 +30,6 @@
|
||||
#include <memory>
|
||||
#include <random>
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#include <CLI/CLI.hpp>
|
||||
|
||||
#include <spdlog/sinks/stdout_color_sinks.h>
|
||||
|
||||
Reference in New Issue
Block a user