[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,11 +20,10 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <string>
#include "triton/driver/platform.h"
#include "triton/driver/device.h"
#include <string>
namespace triton
{