diff --git a/shell/platform/windows/flutter_key_map.g.cc b/shell/platform/windows/flutter_key_map.g.cc index 2761edb50150e..ccfa74b3d2791 100644 --- a/shell/platform/windows/flutter_key_map.g.cc +++ b/shell/platform/windows/flutter_key_map.g.cc @@ -2,9 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_KEY_MAP_H_ -#define FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_KEY_MAP_H_ - #include "flutter/shell/platform/windows/keyboard_key_embedder_handler.h" #include @@ -335,5 +332,3 @@ const uint64_t KeyboardKeyEmbedderHandler::unicodePlane = 0x00000000000; const uint64_t KeyboardKeyEmbedderHandler::windowsPlane = 0x01600000000; } // namespace flutter - -#endif