Remove unused include in Linux file dialog
This commit is contained in:
@@ -43,9 +43,7 @@ class FileDialogWrapper {
|
|||||||
static std::string ShowOpenFileDialog();
|
static std::string ShowOpenFileDialog();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#elif defined(__linux__)
|
#elif defined(__linux__)
|
||||||
#include <gtk/gtk.h>
|
|
||||||
|
|
||||||
std::string ShowOpenFileDialog() {
|
std::string ShowOpenFileDialog() {
|
||||||
// Linux-specific file dialog implementation using GTK
|
// Linux-specific file dialog implementation using GTK
|
||||||
|
|||||||
Reference in New Issue
Block a user