Skip to content

Commit

Permalink
Remove redundant TCP includes in FreeRTOS CBMC proofs (FreeRTOS#1254)
Browse files Browse the repository at this point in the history
* Remove unnecessary TCP includes

* Update comment
  • Loading branch information
moninom1 authored Aug 23, 2024
1 parent 9febced commit c304913
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 87 deletions.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions FreeRTOS/Test/CBMC/include/cbmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@
#include "task.h"
#include "semphr.h"

/* FreeRTOS+TCP includes. */
#include "FreeRTOS_IP.h"
#include "FreeRTOS_Sockets.h"
#include "FreeRTOS_IP_Private.h"
#include "FreeRTOS_UDP_IP.h"
#include "FreeRTOS_DNS.h"
#include "FreeRTOS_DHCP.h"
#include "NetworkBufferManagement.h"
#include "NetworkInterface.h"

/*
* CBMC models a pointer as an object id and an offset into that
* object. The top bits of a pointer encode the object id and the
Expand Down

0 comments on commit c304913

Please sign in to comment.