diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/include/pipe/p_video_decoder.h | 2 | ||||
-rw-r--r-- | src/gallium/include/pipe/p_video_state.h | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/gallium/include/pipe/p_video_decoder.h b/src/gallium/include/pipe/p_video_decoder.h index 2aa4001c179..31e411c791e 100644 --- a/src/gallium/include/pipe/p_video_decoder.h +++ b/src/gallium/include/pipe/p_video_decoder.h @@ -32,7 +32,7 @@ extern "C" { #endif -#include <pipe/p_video_state.h> +#include "pipe/p_video_state.h" struct pipe_screen; struct pipe_surface; diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h index f655ed411f4..e8087000f70 100644 --- a/src/gallium/include/pipe/p_video_state.h +++ b/src/gallium/include/pipe/p_video_state.h @@ -28,11 +28,11 @@ #ifndef PIPE_VIDEO_STATE_H #define PIPE_VIDEO_STATE_H -#include <pipe/p_defines.h> -#include <pipe/p_format.h> -#include <pipe/p_state.h> -#include <pipe/p_screen.h> -#include <util/u_inlines.h> +#include "pipe/p_defines.h" +#include "pipe/p_format.h" +#include "pipe/p_state.h" +#include "pipe/p_screen.h" +#include "util/u_inlines.h" #ifdef __cplusplus extern "C" { |