mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-14 19:27:56 +00:00
13 lines
345 B
C
13 lines
345 B
C
// Copyright (C) 2007 Davis E. King (davis@dlib.net)
|
|
// License: Boost Software License See LICENSE.txt for the full license.
|
|
#ifndef DLIB_SMART_POINTERs_H_
|
|
#define DLIB_SMART_POINTERs_H_
|
|
|
|
#include "smart_pointers/scoped_ptr.h"
|
|
#include "smart_pointers/shared_ptr.h"
|
|
#include "smart_pointers/weak_ptr.h"
|
|
|
|
#endif // DLIB_SMART_POINTERs_H_
|
|
|
|
|