Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697b3ef commit a225968Copy full SHA for a225968
src/mplutils.h
@@ -1,24 +1,10 @@
1
/* -*- mode: c++; c-basic-offset: 4 -*- */
2
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
- */
+/* Small utilities that are shared by most extension modules. */
14
15
#ifndef _MPLUTILS_H
16
#define _MPLUTILS_H
17
18
-#include <string>
19
-#include <iostream>
20
-#include <sstream>
21
-
22
#include <Python.h>
23
24
#if PY_MAJOR_VERSION >= 3
0 commit comments