diff options
Diffstat (limited to 'lib/mesa/src/util/register_allocate.h')
-rw-r--r-- | lib/mesa/src/util/register_allocate.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/mesa/src/util/register_allocate.h b/lib/mesa/src/util/register_allocate.h index 6abb4e04d..628d2bbbc 100644 --- a/lib/mesa/src/util/register_allocate.h +++ b/lib/mesa/src/util/register_allocate.h @@ -25,11 +25,9 @@ * */ -#ifndef REGISTER_ALLOCATE_H -#define REGISTER_ALLOCATE_H - #include <stdbool.h> + #ifdef __cplusplus extern "C" { #endif @@ -91,5 +89,3 @@ int ra_get_best_spill_node(struct ra_graph *g); #ifdef __cplusplus } // extern "C" #endif - -#endif /* REGISTER_ALLOCATE_H */ |