xref: /libCEED/tests/test-include/fake-sys-include.h (revision 91216f769229b3793e221c647f948ce6d0249ef6)
1 #define FAKE_SYS_SCALE_ONE 1
2 
3 // Note - files included this way cannot transitively include any files CUDA/ROCm won't compile
4 // These are bad and need to be guarded
5 #ifndef CEED_RUNNING_JIT_PASS
6 #include <math.h>
7 #include <stddef.h>
8 #endif
9 
10 // These are ok
11 // Note - ceed/types.h should be used over ceed.h
12 //        ceed.h is replaced with ceed/types.h during JiT
13 #include <ceed.h>
14 #include <ceed/types.h>
15