[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,6 +20,8 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <vector>
#include <stdexcept>
#include "triton/driver/dispatch.h"
#include "triton/driver/backend.h"
#include "triton/driver/buffer.h"
@@ -27,9 +29,6 @@
#include "triton/driver/stream.h"
#include "triton/driver/kernel.h"
#include <assert.h>
#include <stdexcept>
#include <vector>
namespace triton
{