From ca7e766e9280f8f1a779a18f463ad398199497f1 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Tue, 16 Jan 2018 15:42:29 +0100 Subject: Remove inttypes from build files Signed-off-by: Szczepan Zalega --- CMakeLists.txt | 1 - libnitrokey.pro | 1 - 2 files changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78d0116..196fd84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,6 @@ set(SOURCE_FILES include/device.h include/device_proto.h include/dissect.h - include/inttypes.h include/log.h include/misc.h include/NitrokeyManager.h diff --git a/libnitrokey.pro b/libnitrokey.pro index f7711bf..c12f6d6 100644 --- a/libnitrokey.pro +++ b/libnitrokey.pro @@ -16,7 +16,6 @@ HEADERS = \ $$PWD/include/device_proto.h \ $$PWD/include/DeviceCommunicationExceptions.h \ $$PWD/include/dissect.h \ - $$PWD/include/inttypes.h \ $$PWD/include/LibraryException.h \ $$PWD/include/log.h \ $$PWD/include/LongOperationInProgressException.h \ -- cgit v1.2.1