InputCommon/FunctionExpression: Remove cyclical include

This header was including itself, which is likely not intended.
This commit is contained in:
Lioncash 2019-11-22 14:48:10 -05:00
parent cb8fbe872e
commit 64bc6f53fd
1 changed files with 1 additions and 1 deletions

View File

@ -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
{