mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
3a8e81dda5
byte_orderer::kernel_1a. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404221
11 lines
267 B
C
11 lines
267 B
C
// Copyright (C) 2006 Davis E. King (davis@dlib.net)
|
|
// License: Boost Software License See LICENSE.txt for the full license.
|
|
#ifndef DLIB_BYTE_ORDEREr_
|
|
#define DLIB_BYTE_ORDEREr_
|
|
|
|
|
|
#include "byte_orderer/byte_orderer_kernel_1.h"
|
|
|
|
#endif // DLIB_BYTE_ORDEREr_
|
|
|