fix: some small fixes

This commit is contained in:
Dominik Meyer 2024-08-05 20:57:45 +02:00
parent f205f8aa09
commit 65484f57fd
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
2 changed files with 0 additions and 4 deletions

View File

@ -16,15 +16,12 @@
*/
#include "Redmine-CLI/Redmine.hpp"
#include "config.hpp"
#include "config.hpp.in"
#include <CLI/App.hpp>
#include <CLI/Option.hpp>
#include <Redmine/API.hpp>
#include <Redmine/Exception/Api.hpp>
#include <cstdlib>
#include <string>
#include <vector>
#define LOGURU_WITH_STREAMS 1
#include <loguru.hpp>
#include <CLI/CLI.hpp>

View File

@ -19,7 +19,6 @@
#include <Redmine/API.hpp>
#include <Redmine/Exception/Api.hpp>
#include <exception>
#include <memory>
#include <stdexcept>
#include <vector>
#define LOGURU_WITH_STREAMS 1