Skip to content

Commit

Permalink
Merge pull request #315 from leapmotion/fix-headerguard
Browse files Browse the repository at this point in the history
Fix include guard name collision
  • Loading branch information
gtremper committed Jan 6, 2015
2 parents 2163aba + c798a38 commit d60711a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
//Distributed under the Boost Software License, Version 1.0. (See accompanying
//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

#ifndef UUID_81522C0EB56511DFAB613DB0DFD72085
#define UUID_81522C0EB56511DFAB613DB0DFD72085
#ifndef AB_UUID_81522C0EB56511DFAB613DB0DFD72085
#define AB_UUID_81522C0EB56511DFAB613DB0DFD72085
#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(AUTOBOOST_EXCEPTION_ENABLE_WARNINGS)
#pragma GCC system_header
#endif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// (C) Copyright 2008 Anthony Williams
#ifndef THREAD_HEAP_ALLOC_PTHREAD_HPP
#define THREAD_HEAP_ALLOC_PTHREAD_HPP
#ifndef AB_THREAD_HEAP_ALLOC_PTHREAD_HPP
#define AB_THREAD_HEAP_ALLOC_PTHREAD_HPP

#include <autoboost/config/abi_prefix.hpp>

Expand Down

0 comments on commit d60711a

Please sign in to comment.