Remove a few unused assert.h includes.

This commit is contained in:
Ryan Prichard 2016-01-16 15:09:24 -06:00
parent f2c4f6a59b
commit ba0e3a49fd
3 changed files with 0 additions and 4 deletions

View File

@ -23,7 +23,6 @@
#include "Util.h"
#include <windows.h>
#include <assert.h>
#include <string.h>
#include <string>

View File

@ -21,8 +21,6 @@
#ifndef LIBWINPTY_UTIL_H
#define LIBWINPTY_UTIL_H
#include <assert.h>
#include <string>
#include <utility>
#include <vector>

View File

@ -23,7 +23,6 @@
#include "../include/winpty.h"
#include <windows.h>
#include <assert.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>