url: fixed wrong include.
diff --git a/src/misc/SDL_url.c b/src/misc/SDL_url.c
index 3f49bb9..ef42a50 100644
--- a/src/misc/SDL_url.c
+++ b/src/misc/SDL_url.c
@@ -19,7 +19,7 @@
   3. This notice may not be removed or altered from any source distribution.
 */
 
-#include "../../SDL_internal.h"
+#include "../SDL_internal.h"
 #include "SDL_error.h"
 
 extern int SDL_SYS_OpenURL(const char *url);