Merge remote branch 'origin/7.8'
[mesa.git] / src / gallium / state_trackers / dri / common / dri_wrapper.h
1 #ifndef DRI_WRAPPER_H
2 #define DRI_WRAPPER_H
3
4 #ifndef __NOT_HAVE_DRM_H
5 #include "dri_util.h"
6 #else
7 #include "drisw_util.h"
8 #endif
9
10 #endif