Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
cannonball
Commits
1417a168
Commit
1417a168
authored
Nov 19, 2021
by
Libretro-Admin
Browse files
Remove some boost includes
parent
016045c5
Pipeline
#67613
passed with stages
in 1 minute and 12 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/main/frontend/config.cpp
View file @
1417a168
...
...
@@ -28,7 +28,6 @@
// api change in boost 1.56
#include <boost/version.hpp>
#if (BOOST_VERSION >= 105600)
typedef
boost
::
property_tree
::
xml_writer_settings
<
std
::
string
>
xml_writer_settings
;
#else
...
...
src/main/stdint.hpp
View file @
1417a168
...
...
@@ -12,6 +12,4 @@
#pragma once
#include <boost/static_assert.hpp>
#include <stdint.h>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment