blob: 5a7b277bac4afc9b0fdbc1496121a807dd6135e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* Copyright (C) 1997 Aladdin Enterprises. All rights reserved.
This software is licensed to a single customer by Artifex Software Inc.
under the terms of a specific OEM agreement.
*/
/*$RCSfile$ $Revision$ */
/* API for NeXT DPS facilities */
#ifndef gsdpnext_INCLUDED
# define gsdpnext_INCLUDED
#include "gsalpha.h"
#include "gsalphac.h"
#endif /* gsdpnext_INCLUDED */
|