mirror of
https://review.haiku-os.org/haiku
synced 2025-01-19 04:58:51 +01:00
9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
|
// Main header for -*- C++ -*- valarray classes.
|
||
|
|
||
|
#ifndef __VALARRAY__
|
||
|
#define __VALARRAY__
|
||
|
|
||
|
#include <std/std_valarray.h>
|
||
|
|
||
|
#endif
|