Use super class methods for Model and Api Filenames (#2787)

This commit is contained in:
sunn
2019-05-03 19:14:12 +02:00
committed by GitHub
parent a2fb88c1c1
commit 561c1e0646
24 changed files with 26 additions and 34 deletions

View File

@@ -28,6 +28,10 @@
#include <vector>
#include <functional>
#if defined (_WIN32) || defined (_WIN64)
#undef U
#endif
#include <cpprest/details/basic_types.h>
#include <cpprest/http_client.h>

View File

@@ -27,10 +27,6 @@
#include <cpprest/details/basic_types.h>
#ifdef _WIN32 | _WIN64
#undef U
#endif
#include <boost/optional.hpp>
namespace org {

View File

@@ -26,10 +26,6 @@
#include <cpprest/details/basic_types.h>
#ifdef _WIN32 | _WIN64
#undef U
#endif
#include <boost/optional.hpp>
namespace org {

View File

@@ -26,10 +26,6 @@
#include <cpprest/details/basic_types.h>
#ifdef _WIN32 | _WIN64
#undef U
#endif
#include <boost/optional.hpp>
namespace org {