repo: address unused import warnings

These weren't here before, but probably started after I updated llvm.
This commit is contained in:
Adam
2024-01-13 18:52:24 +00:00
parent f386d3f648
commit b15203d3bf
10 changed files with 2 additions and 15 deletions

View File

@@ -1,7 +1,6 @@
#ifndef _BOLT_APP_HXX_
#define _BOLT_APP_HXX_
#include "include/base/cef_macros.h"
#include "include/cef_app.h"
#include "include/cef_base.h"
#include "include/cef_browser_process_handler.h"

View File

@@ -7,7 +7,6 @@
#include <algorithm>
#include <fcntl.h>
#include <fmt/core.h>
#include <fstream>
#if defined(CEF_X11)
#include <xcb/xcb.h>

View File

@@ -7,9 +7,7 @@
#include "../browser.hxx"
#include <filesystem>
#include <map>
#include <mutex>
#include <string>
#include <vector>
#if defined(CEF_X11)

View File

@@ -1,10 +1,9 @@
#ifndef _BOLT_COMMON_HXX_
#define _BOLT_COMMON_HXX_
#include "include/cef_base.h"
#include "include/internal/cef_string.h"
#include <fstream>
#include <string>
#include <vector>
namespace Browser {

View File

@@ -4,7 +4,7 @@
#include "../file_manager.hxx"
#include "include/cef_base.h"
#include "include/cef_request_handler.h"
#include "include/cef_resource_request_handler.h"
namespace Browser {
/// Struct for sending some bytes from memory as an HTTP response. Store individual instances on the heap.

View File

@@ -5,8 +5,6 @@
#include "include/cef_parser.h"
#include <algorithm>
#include <condition_variable>
#include <fcntl.h>
#include <fmt/core.h>
#include <fstream>

View File

@@ -4,8 +4,6 @@
#include "../browser.hxx"
#include "../file_manager.hxx"
#include "include/cef_resource_handler.h"
#include <filesystem>
namespace Browser {

View File

@@ -1,7 +1,6 @@
#ifndef _BOLT_FILE_MANAGER_HXX_
#define _BOLT_FILE_MANAGER_HXX_
#include "include/cef_base.h"
#include "include/internal/cef_string.h"
#include <string_view>

View File

@@ -12,10 +12,8 @@
#if defined(__linux__)
#include <fcntl.h>
#include <functional>
#include <sys/file.h>
#include <sys/stat.h>
#include <thread>
#endif
#if defined(CEF_X11)

View File

@@ -1,6 +1,5 @@
#include "mime.hxx"
#include <algorithm>
#include <map>
#include <string>