mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-08 03:28:15 +03:00
Merge pull request #2180 from akortunov/includes
Remove redundant includes
This commit is contained in:
commit
d4564a9be7
129 changed files with 8 additions and 230 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue