[general] cleaned include guards and added #pragma once

This commit is contained in:
Philippe Tillet
2019-08-23 18:08:05 -07:00
parent 606e799948
commit 6158d96ff7
43 changed files with 135 additions and 312 deletions

View File

@@ -1,5 +1,8 @@
#ifndef TDL_INCLUDE_FUNCTION_H
#define TDL_INCLUDE_FUNCTION_H
#pragma once
#ifndef _TRITON_RUNTIME_FUNCTION_H_
#define _TRITON_RUNTIME_FUNCTION_H_
#include <unordered_map>
#include <vector>