Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f724359

Browse files
authored
Fix compilation errors for linux.
1 parent d1266a8 commit f724359

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

shell/platform/glfw/external_texture_gl.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@
55
#ifndef FLUTTER_SHELL_PLATFORM_GLFW_EXTERNAL_TEXTURE_GL_H_
66
#define FLUTTER_SHELL_PLATFORM_GLFW_EXTERNAL_TEXTURE_GL_H_
77

8-
#include "flutter/shell/platform/embedder/embedder.h"
9-
108
#include <stdint.h>
119

1210
#include <glad/glad.h>
1311
#include <GLFW/glfw3.h>
1412

15-
#include "flutter/shell/platform/common/cpp/client_wrapper/include/flutter/texture_registrar.h"
16-
#include "flutter/shell/platform/glfw/public/flutter_glfw.h"
13+
#include "flutter/shell/platform/common/cpp/public/flutter_texture_registrar.h"
14+
#include "flutter/shell/platform/embedder/embedder.h"
1715

1816
namespace flutter {
1917

0 commit comments

Comments
 (0)