remove empty line

remove undeeded header
This commit is contained in:
Aaron Kimbre
2023-04-03 08:25:47 -05:00
parent 1fb086ccbd
commit a5ff93351d
2 changed files with 0 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
#pragma once
#include "Behavior.h"
#include <vector>
class ChangeOrientationBehavior final : public Behavior {
public: