intel: fix the gen 11 compute shader scratch IDs
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_swtcl.c
index adc146852eaa23b9d7071833729bf1e89b526b94..860bba6d32f99821eeba05aa81e618fb8b47a313 100644 (file)
@@ -37,7 +37,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "main/enums.h"
 #include "main/imports.h"
 #include "main/macros.h"
-#include "util/simple_list.h"
+#include "main/state.h"
 
 #include "math/m_xform.h"
 
@@ -209,7 +209,7 @@ static void radeonSetVertexFormat( struct gl_context *ctx )
               break;
            default:
               continue;
-           };
+           }
         }
       }
    }