[general] removed unnecessary includes

This commit is contained in:
Philippe Tillet
2019-08-18 00:34:30 -07:00
parent b4a9ed9663
commit b58b0d8b27
28 changed files with 11 additions and 49 deletions

View File

@@ -20,9 +20,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <iostream>
#include <cstring>
#include "llvm/ExecutionEngine/GenericValue.h"
#include <string.h>
#include "triton/driver/kernel.h"
#include "triton/driver/buffer.h"