diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-08-06 21:49:04 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-08-06 21:49:04 +1200 |
commit | 5f7042a1f22247b478b6225c3e1356c72cdd72ba (patch) | |
tree | d5876c7f115f655f550186f98e8e8db470d7ef78 /backend/drm/drm-util.c | |
parent | d307c2f2c267a2226c4b279da334b1964272cf18 (diff) |
Moved headers
Diffstat (limited to 'backend/drm/drm-util.c')
-rw-r--r-- | backend/drm/drm-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/drm/drm-util.c b/backend/drm/drm-util.c index 68f35fe0..6159b5de 100644 --- a/backend/drm/drm-util.c +++ b/backend/drm/drm-util.c @@ -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 + |