mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
remove relative include
git-svn-id: https://zxing.googlecode.com/svn/trunk@2633 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
6db7ce6866
commit
af0300ba91
|
@ -23,7 +23,7 @@
|
|||
#import "ProductResultParser.h"
|
||||
#import "ProductParsedResult.h"
|
||||
#import "CBarcodeFormat.h"
|
||||
#include "../../../../cpp/core/src/zxing/oned/UPCEReader.h"
|
||||
#include <zxing/oned/UPCEReader.h>
|
||||
|
||||
using std::string;
|
||||
using zxing::String;
|
||||
|
|
Loading…
Reference in a new issue