Move cstdint to Zipper header.
The declarations already contain specific integers.
This commit is contained in:
parent
3c8024bddd
commit
7a5d3de1c4
@ -1,4 +1,3 @@
|
||||
#include <cstdint>
|
||||
#include <exception>
|
||||
|
||||
#include "Zipper.hpp"
|
||||
|
@ -1,6 +1,7 @@
|
||||
#ifndef ZIPPER_HPP
|
||||
#define ZIPPER_HPP
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user