diff options
author | jbj <devnull@localhost> | 2004-08-02 02:23:27 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-08-02 02:23:27 +0000 |
commit | 6626798a65dcf66c7268d4dca95a32e140b01c40 (patch) | |
tree | 4fe9e07012d7e244812ca23fefc05fa34a912794 /beecrypt/mpbarrett.c | |
parent | 538aa3a481e0886ba1d255785ab38a720fc70c35 (diff) | |
download | librpm-tizen-6626798a65dcf66c7268d4dca95a32e140b01c40.tar.gz librpm-tizen-6626798a65dcf66c7268d4dca95a32e140b01c40.tar.bz2 librpm-tizen-6626798a65dcf66c7268d4dca95a32e140b01c40.zip |
Add system.h and debug.h, remove internal include path structure.
CVS patchset: 7376
CVS date: 2004/08/02 02:23:27
Diffstat (limited to 'beecrypt/mpbarrett.c')
-rw-r--r-- | beecrypt/mpbarrett.c | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/beecrypt/mpbarrett.c b/beecrypt/mpbarrett.c index 6a92b2323..90668a05a 100644 --- a/beecrypt/mpbarrett.c +++ b/beecrypt/mpbarrett.c @@ -27,16 +27,14 @@ * \ingroup MP__m */ -#define BEECRYPT_DLL_EXPORT +#include "system.h" -#if HAVE_CONFIG_H -# include "config.h" -#endif +#include "beecrypt.h" +#include "mpprime.h" +#include "mpnumber.h" +#include "mpbarrett.h" -#include "beecrypt/beecrypt.h" -#include "beecrypt/mpprime.h" -#include "beecrypt/mpnumber.h" -#include "beecrypt/mpbarrett.h" +#include "debug.h" /* * mpbzero |