Repository: qpid-proton Updated Branches: refs/heads/master 3d43898a3 -> f05810e95
PROTON-334: MBED mods breaks windows (no stdint.h) builds. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/f05810e9 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/f05810e9 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/f05810e9 Branch: refs/heads/master Commit: f05810e95908d6614c4ef9694234329d05af7384 Parents: 3d43898 Author: Chuck Rolke <[email protected]> Authored: Mon Apr 27 11:37:47 2015 -0400 Committer: Chuck Rolke <[email protected]> Committed: Mon Apr 27 11:37:47 2015 -0400 ---------------------------------------------------------------------- proton-c/include/proton/types.h | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f05810e9/proton-c/include/proton/types.h ---------------------------------------------------------------------- diff --git a/proton-c/include/proton/types.h b/proton-c/include/proton/types.h index 5ed4807..08d3f54 100644 --- a/proton-c/include/proton/types.h +++ b/proton-c/include/proton/types.h @@ -24,7 +24,6 @@ #include <proton/import_export.h> #include <stddef.h> -#include <stdint.h> #include <proton/type_compat.h> /** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
