Merge pull request #2180 from akortunov/includes

Remove redundant includes
This commit is contained in:
Bret Curtis 2019-02-24 01:14:16 +01:00 committed by GitHub
commit d4564a9be7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
129 changed files with 8 additions and 230 deletions

View file

@ -1,8 +1,7 @@
#ifndef OPENMW_ESM_READER_H
#define OPENMW_ESM_READER_H
#include <stdint.h>
#include <string.h>
#include <cstdint>
#include <cassert>
#include <vector>
#include <sstream>