mesa/main: do not wrap header inclusion in extern "C"
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:

committed by
Emil Velikov

parent
5351dc1522
commit
a07192bd63
@@ -27,14 +27,12 @@
|
||||
#ifndef SAMPLEROBJ_H
|
||||
#define SAMPLEROBJ_H
|
||||
|
||||
#include "mtypes.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
#include "mtypes.h"
|
||||
|
||||
|
||||
struct dd_function_table;
|
||||
|
||||
static inline struct gl_sampler_object *
|
||||
|
Reference in New Issue
Block a user