0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00

Renamed types.hpp to size.hpp since it now only defines size_t and ssize_t.

This commit is contained in:
James Yonan 2015-05-17 13:29:04 -06:00 committed by Lev Stipakov
parent 51603baee6
commit 24070412f3
No known key found for this signature in database
GPG Key ID: 88670BE258B9C258

View File

@ -12,7 +12,7 @@
#include <string>
#include <memory>
#include <openvpn/common/types.hpp>
#include <openvpn/common/size.hpp>
#include <openvpn/common/exception.hpp>
#include <openvpn/common/number.hpp>
#include <openvpn/common/string.hpp>