mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Move all public *Tools.h in src.
This by definition remove all the tool functions from the public API.
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
#include "../include/manager.h"
|
||||
#include "../include/library.h"
|
||||
#include "../include/book.h"
|
||||
#include "../src/tools/pathTools.h"
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "gtest/gtest.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "../include/tools/pathTools.h"
|
||||
#include "../src/tools/pathTools.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
# define S "\\"
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <string>
|
||||
|
||||
|
||||
#include "../include/tools/regexTools.h"
|
||||
#include "../src/tools/regexTools.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "../include/manager.h"
|
||||
#include "../include/server.h"
|
||||
#include "../include/name_mapper.h"
|
||||
|
||||
#include "../src/tools/pathTools.h"
|
||||
|
||||
using TestContextImpl = std::vector<std::pair<std::string, std::string> >;
|
||||
struct TestContext : TestContextImpl {
|
||||
|
Reference in New Issue
Block a user