Remove a few unused assert.h includes.
This commit is contained in:
parent
f2c4f6a59b
commit
ba0e3a49fd
@ -23,7 +23,6 @@
|
||||
#include "Util.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <string>
|
||||
|
@ -21,8 +21,6 @@
|
||||
#ifndef LIBWINPTY_UTIL_H
|
||||
#define LIBWINPTY_UTIL_H
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "../include/winpty.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user