summaryrefslogtreecommitdiff
path: root/xc/extras/Mesa/src/histogram.h
diff options
context:
space:
mode:
Diffstat (limited to 'xc/extras/Mesa/src/histogram.h')
-rw-r--r--xc/extras/Mesa/src/histogram.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/xc/extras/Mesa/src/histogram.h b/xc/extras/Mesa/src/histogram.h
index 8c620f750..61fdeb319 100644
--- a/xc/extras/Mesa/src/histogram.h
+++ b/xc/extras/Mesa/src/histogram.h
@@ -1,10 +1,9 @@
-/* $Id: histogram.h,v 1.1.1.1 2002/10/22 13:05:10 alanh Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.5
+ * Version: 4.1
*
- * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -28,14 +27,8 @@
#ifndef HISTOGRAM_H
#define HISTOGRAM_H
-
-#ifdef PC_HEADER
-#include "all.h"
-#else
#include "glheader.h"
#include "mtypes.h"
-#endif
-
extern void _mesa_GetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum types, GLvoid *values);