Move cstdint to Zipper header.

The declarations already contain specific integers.
This commit is contained in:
tamasmeszaros 2019-06-04 09:26:33 +02:00
parent 3c8024bddd
commit 7a5d3de1c4
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#include <cstdint>
#include <exception> #include <exception>
#include "Zipper.hpp" #include "Zipper.hpp"

View File

@ -1,6 +1,7 @@
#ifndef ZIPPER_HPP #ifndef ZIPPER_HPP
#define ZIPPER_HPP #define ZIPPER_HPP
#include <cstdint>
#include <string> #include <string>
#include <memory> #include <memory>