promote base64.cpp to core

This commit is contained in:
Marek Roszko 2023-09-06 23:27:08 -04:00
parent 72669df354
commit 96bec8c553
5 changed files with 3 additions and 3 deletions

View File

@ -304,7 +304,6 @@ set( COMMON_SRCS
asset_archive.cpp
background_jobs_monitor.cpp
base_screen.cpp
base64.cpp
bin_mod.cpp
bitmap.cpp
bitmap_base.cpp

View File

@ -86,7 +86,7 @@
* The center of ellipse is automatically calculated.
*/
#include <base64.h>
#include <core/base64.h>
#include <eda_shape.h>
#include <string_utils.h>
#include <font/font.h>

View File

@ -6,6 +6,7 @@ endif()
add_library( core STATIC
base64.cpp
observable.cpp
thread_pool.cpp
version_compare.cpp

View File

@ -20,7 +20,7 @@
*/
#include <base64.h>
#include <core/base64.h>
#include <cstdint>
#include <cstddef>