瀏覽代碼

exception: Narrow down specific header

We can use the <exception> header instead of pulling in all of the
exception-style classes.
Lioncash 5 年之前
父節點
當前提交
90f3678ada
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/shader_recompiler/exception.h

+ 1 - 1
src/shader_recompiler/exception.h

@@ -4,7 +4,7 @@
 
 #pragma once
 
-#include <stdexcept>
+#include <exception>
 #include <string>
 #include <string_view>
 #include <utility>