swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 873a3bc0748ea4aa038840da3fd0d201357b9698
parent 26ab4aa933badcf46e2ec4f3462a2334c12dc2d8
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 25 Nov 2013 14:50:37 -0800

Remove unused include

Diffstat:
Mlibswc/mode.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/libswc/mode.c b/libswc/mode.c @@ -1,7 +1,5 @@ #include "mode.h" -#include <stdio.h> - bool swc_mode_initialize(struct swc_mode * mode, drmModeModeInfo * mode_info) { mode->width = mode_info->hdisplay;