mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
9 lines
131 B
Text
9 lines
131 B
Text
|
|
// Main header for -*- C++ -*- valarray classes.
|
||
|
|
|
||
|
|
#ifndef __VALARRAY__
|
||
|
|
#define __VALARRAY__
|
||
|
|
|
||
|
|
#include <std/std_valarray.h>
|
||
|
|
|
||
|
|
#endif
|