X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fcompat%2Fendian.h;h=752d8a7316a09631318f5940d22ffe009c923303;hb=HEAD;hp=b4426eb8405ce53d38fdb7afc35943379ae28dd9;hpb=1af0e2e4d4a770e32f4fc169122b0c338bd799f6;p=lttng-tools.git diff --git a/src/common/compat/endian.h b/src/common/compat/endian.h deleted file mode 100644 index b4426eb84..000000000 --- a/src/common/compat/endian.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - * Copyright (C) 2011 - David Goulet - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; only version 2 of the License. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple - * Place - Suite 330, Boston, MA 02111-1307, USA. - */ - -#ifdef _COMPAT_ENDIAN_H -#define _COMPAT_ENDIAN_H - -#ifdef __linux__ -#include -#elif defined(__FreeBSD__) -#include -#else -#error "Please add support for your OS." -#endif - -#endif /* _COMPAT_ENDIAN_H */