mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
8 lines
154 B
Text
8 lines
154 B
Text
|
|
// -*- C++ -*- forwarding header.
|
||
|
|
// This file is part of the GNU ANSI C++ Library.
|
||
|
|
|
||
|
|
#ifndef __ALGORITHM__
|
||
|
|
#define __ALGORITHM__
|
||
|
|
#include <algo.h>
|
||
|
|
#endif
|