rename coding.h ctc_coding.h

This commit is contained in:
Todd A Ouska
2011-06-02 11:17:27 -07:00
parent c87e05fc87
commit 5fc7dcadc0
5 changed files with 5 additions and 6 deletions

View File

@@ -25,7 +25,7 @@
#include "dc_rtc_api.h" /* to get current time */
#endif
#include "ctc_asn.h"
#include "coding.h"
#include "ctc_coding.h"
#include "ctc_sha.h"
#include "ctc_md5.h"
#include "ctc_error.h"

View File

@@ -20,7 +20,7 @@
*/
#include "coding.h"
#include "ctc_coding.h"
#include "ctc_error.h"
#include "logging.h"