mirror of
https://github.com/Adamcake/Bolt.git
synced 2026-04-21 01:16:52 -04:00
repo: address unused import warnings
These weren't here before, but probably started after I updated llvm.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#include <algorithm>
|
||||
#include <fcntl.h>
|
||||
#include <fmt/core.h>
|
||||
#include <fstream>
|
||||
|
||||
#if defined(CEF_X11)
|
||||
#include <xcb/xcb.h>
|
||||
|
||||
@@ -7,9 +7,7 @@
|
||||
#include "../browser.hxx"
|
||||
|
||||
#include <filesystem>
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#if defined(CEF_X11)
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
|
||||
#include "include/cef_parser.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <condition_variable>
|
||||
#include <fcntl.h>
|
||||
#include <fmt/core.h>
|
||||
#include <fstream>
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
#include "../browser.hxx"
|
||||
#include "../file_manager.hxx"
|
||||
|
||||
#include "include/cef_resource_handler.h"
|
||||
|
||||
#include <filesystem>
|
||||
|
||||
namespace Browser {
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#include "mime.hxx"
|
||||
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user