Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a225968

Browse files
committed
Documentation
1 parent 697b3ef commit a225968

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

src/mplutils.h

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
11
/* -*- mode: c++; c-basic-offset: 4 -*- */
22

3-
/* mplutils.h --
4-
*
5-
* $Header$
6-
* $Log$
7-
* Revision 1.2 2004/11/24 15:26:12 jdh2358
8-
* added Printf
9-
*
10-
* Revision 1.1 2004/06/24 20:11:17 jdh2358
11-
* added mpl src
12-
*
13-
*/
3+
/* Small utilities that are shared by most extension modules. */
144

155
#ifndef _MPLUTILS_H
166
#define _MPLUTILS_H
177

18-
#include <string>
19-
#include <iostream>
20-
#include <sstream>
21-
228
#include <Python.h>
239

2410
#if PY_MAJOR_VERSION >= 3

0 commit comments

Comments
 (0)