src/gui/widget/buttons.cpp: Use system/stacktrace.h ...

... instead of driver/stacktrace
This commit is contained in:
M. Liebmann
2017-03-14 00:01:38 +01:00
parent 8340534ee4
commit 03c5d11572

View File

@@ -29,7 +29,7 @@
#include <gui/widget/buttons.h>
#include <system/settings.h>
#include <driver/stacktrace.h>
#include <system/stacktrace.h>
#include <driver/fontrenderer.h>