diff options
| author | Lioncash <mathew1800@gmail.com> | 2019-11-22 14:48:10 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2019-11-22 15:36:18 -0500 |
| commit | 64bc6f53fd22fabedeef56016080d5996a144fdb (patch) | |
| tree | b0d10280b40b8e88a8af21ab009151b498e8f17c /Source/Core/InputCommon/ControlReference | |
| parent | cb8fbe872e86705136bd1fa5f50b2bccfbb9b50a (diff) | |
InputCommon/FunctionExpression: Remove cyclical include
This header was including itself, which is likely not intended.
Diffstat (limited to 'Source/Core/InputCommon/ControlReference')
| -rw-r--r-- | Source/Core/InputCommon/ControlReference/FunctionExpression.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControlReference/FunctionExpression.h b/Source/Core/InputCommon/ControlReference/FunctionExpression.h index fb0b2a7da0..44d9092ce9 100644 --- a/Source/Core/InputCommon/ControlReference/FunctionExpression.h +++ b/Source/Core/InputCommon/ControlReference/FunctionExpression.h @@ -9,8 +9,8 @@ #include <variant> #include <vector> +#include "Common/CommonTypes.h" #include "InputCommon/ControlReference/ExpressionParser.h" -#include "InputCommon/ControlReference/FunctionExpression.h" namespace ciface::ExpressionParser { |
