diff --git a/src/gallium/targets/pipe-loader/pipe_i915.c b/src/gallium/targets/pipe-loader/pipe_i915.c index 82daf7083e5..a67f66a6b57 100644 --- a/src/gallium/targets/pipe-loader/pipe_i915.c +++ b/src/gallium/targets/pipe-loader/pipe_i915.c @@ -1,5 +1,5 @@ - -#include "target-helpers/inline_debug_helper.h" #include "frontend/drm_driver.h" +#include "target-helpers/drm_helper.h" +#include "target-helpers/inline_debug_helper.h" #include "i915/drm/i915_drm_public.h" #include "i915/i915_public.h"