... and remove an superfluous include
master
rubenwardy 2015-10-29 18:32:02 +00:00
parent 75e949c153
commit b19736d874
3 changed files with 0 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@ -8,7 +8,6 @@
#include "dialogs/ImageDialog.hpp"
#include "minetest.hpp"
#include <stdlib.h>
#include <string>
#if _WIN32
#define OPEN_URL(url) system((std::string("start \"\" \"") + std::string(url) + "\"").c_str())