mirror of
https://github.com/opnsense/src.git
synced 2026-06-20 05:59:18 -04: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
|