mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 15:46:11 +00:00
Use super class methods for Model and Api Filenames (#2787)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -27,10 +27,6 @@
|
||||
#include <cpprest/details/basic_types.h>
|
||||
|
||||
|
||||
#ifdef _WIN32 | _WIN64
|
||||
#undef U
|
||||
#endif
|
||||
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
namespace org {
|
||||
|
||||
@@ -26,10 +26,6 @@
|
||||
#include <cpprest/details/basic_types.h>
|
||||
|
||||
|
||||
#ifdef _WIN32 | _WIN64
|
||||
#undef U
|
||||
#endif
|
||||
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
namespace org {
|
||||
|
||||
@@ -26,10 +26,6 @@
|
||||
#include <cpprest/details/basic_types.h>
|
||||
|
||||
|
||||
#ifdef _WIN32 | _WIN64
|
||||
#undef U
|
||||
#endif
|
||||
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
namespace org {
|
||||
|
||||
Reference in New Issue
Block a user