diff --git a/src/App.cpp b/src/App.cpp deleted file mode 100644 index a6b30a7..0000000 --- a/src/App.cpp +++ /dev/null @@ -1,10 +0,0 @@ -// Copyright (c) 2017-2022, University of Cincinnati, developed by Henry Schreiner -// under NSF AWARD 1414736 and by the respective contributors. -// All rights reserved. -// -// SPDX-License-Identifier: BSD-3-Clause - -#include - -#include -#include diff --git a/src/Formatter.cpp b/src/Formatter.cpp deleted file mode 100644 index f0ce80e..0000000 --- a/src/Formatter.cpp +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright (c) 2017-2022, University of Cincinnati, developed by Henry Schreiner -// under NSF AWARD 1414736 and by the respective contributors. -// All rights reserved. -// -// SPDX-License-Identifier: BSD-3-Clause - -#include diff --git a/src/Option.cpp b/src/Option.cpp deleted file mode 100644 index 32118fc..0000000 --- a/src/Option.cpp +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright (c) 2017-2022, University of Cincinnati, developed by Henry Schreiner -// under NSF AWARD 1414736 and by the respective contributors. -// All rights reserved. -// -// SPDX-License-Identifier: BSD-3-Clause - -#include -#include - -template class CLI::OptionBase; -template class CLI::OptionBase; - -template void CLI::OptionBase::copy_to(CLI::Option *) const; diff --git a/src/Config.cpp b/src/Precompile.cpp index bd5eda2..81900ce 100644 --- a/src/Config.cpp +++ b/src/Precompile.cpp @@ -4,4 +4,10 @@ // // SPDX-License-Identifier: BSD-3-Clause +#include #include +#include +#include +#include +#include +#include diff --git a/src/Split.cpp b/src/Split.cpp deleted file mode 100644 index 6b47783..0000000 --- a/src/Split.cpp +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright (c) 2017-2022, University of Cincinnati, developed by Henry Schreiner -// under NSF AWARD 1414736 and by the respective contributors. -// All rights reserved. -// -// SPDX-License-Identifier: BSD-3-Clause - -#include diff --git a/src/StringTools.cpp b/src/StringTools.cpp deleted file mode 100644 index 7df3c01..0000000 --- a/src/StringTools.cpp +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright (c) 2017-2022, University of Cincinnati, developed by Henry Schreiner -// under NSF AWARD 1414736 and by the respective contributors. -// All rights reserved. -// -// SPDX-License-Identifier: BSD-3-Clause - -#include diff --git a/src/Validators.cpp b/src/Validators.cpp deleted file mode 100644 index da683b9..0000000 --- a/src/Validators.cpp +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright (c) 2017-2022, University of Cincinnati, developed by Henry Schreiner -// under NSF AWARD 1414736 and by the respective contributors. -// All rights reserved. -// -// SPDX-License-Identifier: BSD-3-Clause - -#include