From 3adcc83300dc81b44dc58e328b810d8cee889c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BA=D0=BE=D0=B2=D0=BE=D1=80=D0=BE=D0=B4=D0=B0=20?= =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=90=D0=BD=D0=B4=D1=80?= =?UTF-8?q?=D0=B5=D0=B5=D0=B2=D0=B8=D1=87?= Date: Thu, 1 Dec 2016 02:58:00 +0300 Subject: [PATCH] QZXingLive example: remove unused qzxing.h include qzxing.h doesn't exist, and the example works fine without it. --- examples/QZXingLive/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/QZXingLive/main.cpp b/examples/QZXingLive/main.cpp index c9d24a2..6c75252 100644 --- a/examples/QZXingLive/main.cpp +++ b/examples/QZXingLive/main.cpp @@ -4,7 +4,6 @@ #include -#include #include #include "QZXingFilter.h"