From 56febbb9ce0579a1650ab3ef8c3e1e23b90a3247 Mon Sep 17 00:00:00 2001 From: Loic Sharma Date: Wed, 13 Dec 2023 11:33:45 -0800 Subject: [PATCH] [Winodws] Remove header guard from generated key map --- shell/platform/windows/flutter_key_map.g.cc | 5 ----- 1 file changed, 5 deletions(-) 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