Skip to content

Commit c304913

Browse files
authored
Remove redundant TCP includes in FreeRTOS CBMC proofs (FreeRTOS#1254)
* Remove unnecessary TCP includes * Update comment
1 parent 9febced commit c304913

File tree

3 files changed

+0
-87
lines changed

3 files changed

+0
-87
lines changed

FreeRTOS/Test/CBMC/include/aws_freertos_ip_verification_access_ip_define.h

Lines changed: 0 additions & 31 deletions
This file was deleted.

FreeRTOS/Test/CBMC/include/aws_freertos_tcp_verification_access_tcp_define.h

Lines changed: 0 additions & 46 deletions
This file was deleted.

FreeRTOS/Test/CBMC/include/cbmc.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,6 @@
3333
#include "task.h"
3434
#include "semphr.h"
3535

36-
/* FreeRTOS+TCP includes. */
37-
#include "FreeRTOS_IP.h"
38-
#include "FreeRTOS_Sockets.h"
39-
#include "FreeRTOS_IP_Private.h"
40-
#include "FreeRTOS_UDP_IP.h"
41-
#include "FreeRTOS_DNS.h"
42-
#include "FreeRTOS_DHCP.h"
43-
#include "NetworkBufferManagement.h"
44-
#include "NetworkInterface.h"
45-
4636
/*
4737
* CBMC models a pointer as an object id and an offset into that
4838
* object. The top bits of a pointer encode the object id and the

0 commit comments

Comments
 (0)