summaryrefslogtreecommitdiff
path: root/windows/plot.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/plot.c')
-rw-r--r--windows/plot.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/windows/plot.c b/windows/plot.c
index b3c3e5892..6c3e2e0ce 100644
--- a/windows/plot.c
+++ b/windows/plot.c
@@ -17,20 +17,19 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "utils/config.h"
#include <sys/types.h>
#include <stdint.h>
#include <string.h>
#include <limits.h>
#include <math.h>
-
-#include "utils/config.h"
-
#include <windows.h>
#include "utils/log.h"
#include "utils/utf8.h"
#include "utils/utils.h"
-#include "desktop/gui.h"
+#include "desktop/mouse.h"
+#include "desktop/gui_window.h"
#include "desktop/plotters.h"
#include "windows/bitmap.h"