summaryrefslogtreecommitdiff
path: root/monkey/plot.c
diff options
context:
space:
mode:
Diffstat (limited to 'monkey/plot.c')
-rw-r--r--monkey/plot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/monkey/plot.c b/monkey/plot.c
index 76980ce5b..db4d6cd32 100644
--- a/monkey/plot.c
+++ b/monkey/plot.c
@@ -16,10 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "desktop/plotters.h"
-
#include <stdio.h>
+#include "desktop/plotters.h"
+
static bool
monkey_plot_disc(int x, int y, int radius, const plot_style_t *style)
{