Moved headers

This commit is contained in:
Scott Anderson 2017-08-06 21:49:04 +12:00
parent d307c2f2c2
commit 5f7042a1f2
7 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
#include <string.h>
#include <drm.h>
#include <drm_mode.h>
#include "drm-util.h"
#include "backend/drm-util.h"
int32_t calculate_refresh_rate(drmModeModeInfo *mode) {
int32_t refresh = (mode->clock * 1000000LL / mode->htotal +