[NFC] Remove config.hpp (#2020)

The defines inside this header were not used anywhere.

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
This commit is contained in:
Sven van Haastregt
2024-07-23 21:11:56 +02:00
committed by GitHub
parent 0be82dce5e
commit 70884151c9
3 changed files with 0 additions and 47 deletions

View File

@@ -16,9 +16,6 @@
#ifndef _deviceInfo_h
#define _deviceInfo_h
// Configuration
#include "../config.hpp"
#include <string>
#include <CL/opencl.h>

View File

@@ -16,9 +16,6 @@
#ifndef _kernelHelpers_h
#define _kernelHelpers_h
// Configuration
#include "../config.hpp"
#include "compat.h"
#include "testHarness.h"