diff --git a/dev/tools/gen_keycodes/data/windows_flutter_key_map_cc.tmpl b/dev/tools/gen_keycodes/data/windows_flutter_key_map_cc.tmpl index 99603e555e..91cbcc7085 100644 --- a/dev/tools/gen_keycodes/data/windows_flutter_key_map_cc.tmpl +++ b/dev/tools/gen_keycodes/data/windows_flutter_key_map_cc.tmpl @@ -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 @@ -40,5 +37,3 @@ std::map KeyboardKeyEmbedderHandler::scanCodeToLogicalMap_ = @@@MASK_CONSTANTS@@@ } // namespace flutter - -#endif